mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
chill-main work in progress
This commit is contained in:
@@ -43,6 +43,7 @@ class Configuration implements ConfigurationInterface
|
|||||||
->children()
|
->children()
|
||||||
->scalarNode('phonenumber_default_country_code')
|
->scalarNode('phonenumber_default_country_code')
|
||||||
->cannotBeEmpty()
|
->cannotBeEmpty()
|
||||||
|
->isRequired()
|
||||||
->defaultValue('+32')
|
->defaultValue('+32')
|
||||||
->end() // end of scalar 'phonenumber_default_country_code'
|
->end() // end of scalar 'phonenumber_default_country_code'
|
||||||
->scalarNode('installation_name')
|
->scalarNode('installation_name')
|
||||||
|
Reference in New Issue
Block a user