diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php index be1281ee6..7cf3aed50 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php @@ -104,6 +104,9 @@ class Configuration implements ConfigurationInterface ->booleanNode('form_show_scopes') ->defaultTrue() ->end() + ->booleanNode('form_show_centers') + ->defaultTrue() + ->end() ->end() ->end() ->arrayNode('redis')