mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
options added to create person or parcours and to access global history
This commit is contained in:
@@ -114,6 +114,11 @@ class ChillMainExtension extends Extension implements
|
||||
$config['available_countries']
|
||||
);
|
||||
|
||||
$container->setParameter(
|
||||
'chill_main.access_global_history',
|
||||
$config['access_global_history']
|
||||
);
|
||||
|
||||
$container->setParameter(
|
||||
'chill_main.routing.resources',
|
||||
$config['routing']['resources']
|
||||
|
@@ -113,6 +113,9 @@ class Configuration implements ConfigurationInterface
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
->booleanNode('access_global_history')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->arrayNode('redis')
|
||||
->children()
|
||||
->scalarNode('host')
|
||||
|
Reference in New Issue
Block a user