Add new configuration property.

This commit is contained in:
Pol Dellaiera 2021-06-08 11:34:32 +02:00
parent 1605bc5d08
commit ce8399945a
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

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