From b217fb3c3984ecc996636a0a5082cee370b02d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 15 Nov 2021 13:06:31 +0100 Subject: [PATCH] create option config for asking (or not) center in form --- .../ChillMainBundle/DependencyInjection/Configuration.php | 3 +++ 1 file changed, 3 insertions(+) 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')