added ignore_all_effects to configuration
This commit is contained in:
@ -45,6 +45,7 @@ class Configuration implements ConfigurationInterface
|
||||
->arrayNode('text_color')->prototype('scalar')->end()->end()
|
||||
->arrayNode('background_color')->prototype('scalar')->end()->end()
|
||||
->arrayNode('background_images')->prototype('scalar')->end()->end()
|
||||
->scalarNode('ignore_all_effects')->defaultValue(false)->end()
|
||||
->end()
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user