mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
Adding TranslatableStringFormType.php
This commit is contained in:
@@ -21,12 +21,15 @@ class Configuration implements ConfigurationInterface
|
||||
$rootNode = $treeBuilder->root('cl_chill_main');
|
||||
|
||||
$rootNode
|
||||
->children()
|
||||
->scalarNode('installation_name')
|
||||
->cannotBeEmpty()
|
||||
->defaultValue('Chill')
|
||||
->end()
|
||||
->end();
|
||||
->children()
|
||||
->scalarNode('installation_name')
|
||||
->cannotBeEmpty()
|
||||
->defaultValue('Chill')
|
||||
->end()
|
||||
->arrayNode('available_languages')
|
||||
->prototype('scalar')->end()
|
||||
->end()
|
||||
->end();
|
||||
|
||||
return $treeBuilder;
|
||||
}
|
||||
|
Reference in New Issue
Block a user