mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add new configuration property.
This commit is contained in:
parent
1605bc5d08
commit
ce8399945a
@ -41,6 +41,10 @@ class Configuration implements ConfigurationInterface
|
|||||||
|
|
||||||
$rootNode
|
$rootNode
|
||||||
->children()
|
->children()
|
||||||
|
->scalarNode('phonenumber_default_country_code')
|
||||||
|
->cannotBeEmpty()
|
||||||
|
->defaultValue('+32')
|
||||||
|
->end() // end of scalar 'phonenumber_default_country_code'
|
||||||
->scalarNode('installation_name')
|
->scalarNode('installation_name')
|
||||||
->cannotBeEmpty()
|
->cannotBeEmpty()
|
||||||
->defaultValue('Chill')
|
->defaultValue('Chill')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user