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 e2d4d9c831
commit b217fb3c39

View File

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