Mergin & fixing text_color & background_color (fixes #57)

This commit is contained in:
Gregwar
2013-08-07 11:18:16 +02:00
parent 9578caab10
commit 3f64e064d3
2 changed files with 4 additions and 5 deletions

View File

@ -42,8 +42,8 @@ class Configuration implements ConfigurationInterface
->scalarNode('max_front_lines')->defaultValue(null)->end()
->scalarNode('max_behind_lines')->defaultValue(null)->end()
->scalarNode('interpolation')->defaultValue(true)->end()
->arrayNode('background_color')->prototype('scalar')->end()
->arrayNode('text_color')->prototype('scalar')->end()
->arrayNode('text_color')->prototype('scalar')->end()->end()
->arrayNode('background_color')->prototype('scalar')->end()->end()
->end()
;