Fixing background color

This commit is contained in:
Gregwar
2013-04-22 00:41:07 +02:00
parent 39e2f390f0
commit 7ca6dacb3b
4 changed files with 7 additions and 6 deletions

View File

@ -41,7 +41,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('distortion')->defaultValue(true)->end()
->scalarNode('max_front_lines')->defaultValue(null)->end()
->scalarNode('max_behind_lines')->defaultValue(null)->end()
->arrayNode('backgroundColor')->prototype('scalar')->end()
->arrayNode('background_color')->prototype('scalar')->end()
->end()
;