person: add prefered_choices for language (WIP)

This commit is contained in:
nobohan
2021-11-04 16:20:08 +01:00
parent 84ab4f8d1f
commit 8de78c7584
3 changed files with 15 additions and 15 deletions

View File

@@ -51,6 +51,10 @@ class Configuration implements ConfigurationInterface
->defaultValue(array('fr'))
->prototype('scalar')->end()
->end() // end of array 'available_languages'
->arrayNode('available_countries')
->defaultValue(array('fr'))
->prototype('scalar')->end()
->end() // end of array 'available_countries'
->arrayNode('routing')
->children()
->arrayNode('resources')