mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +00:00
Add new configuration property.
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user