Add new configuration property.

This commit is contained in:
Pol Dellaiera
2021-06-08 11:34:32 +02:00
parent 1605bc5d08
commit ce8399945a

View File

@@ -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')