mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
allow empty configuration for widgets
This commit is contained in:
@@ -68,7 +68,8 @@ class Configuration implements ConfigurationInterface
|
||||
->end() // end of children
|
||||
->end() // end of pagination
|
||||
->arrayNode('widgets')
|
||||
->canBeDisabled()
|
||||
->canBeEnabled()
|
||||
->canBeUnset()
|
||||
->children()
|
||||
->append($this->addWidgetsConfiguration('homepage', $this->containerBuilder))
|
||||
->end() // end of widgets/children
|
||||
|
Reference in New Issue
Block a user