mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-28 21:16:13 +00:00
chill-main work in progress
This commit is contained in:
parent
2ba240525c
commit
a18ea30c8f
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user