mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
Add new configuration property.
This commit is contained in:
@@ -41,6 +41,10 @@ class Configuration implements ConfigurationInterface
|
||||
|
||||
$rootNode
|
||||
->children()
|
||||
->scalarNode('phonenumber_default_country_code')
|
||||
->cannotBeEmpty()
|
||||
->defaultValue('+32')
|
||||
->end() // end of scalar 'phonenumber_default_country_code'
|
||||
->scalarNode('installation_name')
|
||||
->cannotBeEmpty()
|
||||
->defaultValue('Chill')
|
||||
|
Reference in New Issue
Block a user