create option config for asking (or not) center in form

This commit is contained in:
Julien Fastré 2021-11-15 13:06:31 +01:00
parent 9b03f8130b
commit 6a46e99bb0

View File

@ -104,6 +104,9 @@ class Configuration implements ConfigurationInterface
->booleanNode('form_show_scopes')
->defaultTrue()
->end()
->booleanNode('form_show_centers')
->defaultTrue()
->end()
->end()
->end()
->arrayNode('redis')