Merge remote-tracking branch 'color/master'

This commit is contained in:
Gregwar
2013-08-07 11:08:16 +02:00
2 changed files with 13 additions and 2 deletions

View File

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