mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
options added to create person or parcours and to access global history
This commit is contained in:
@@ -62,6 +62,12 @@ class Configuration implements ConfigurationInterface
|
||||
->end() // children for 'validation', parent = validation
|
||||
->end() //validation, parent = children of root
|
||||
->end() // children of root, parent = root
|
||||
->booleanNode('create_person_allowed')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->booleanNode('create_parcours_allowed')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->arrayNode('person_fields')
|
||||
->canBeDisabled()
|
||||
->children()
|
||||
|
Reference in New Issue
Block a user