Added text_color option.

This commit is contained in:
Adelbert Silla
2013-04-29 08:50:17 +08:00
parent c21bbf13c5
commit 181b0cd0d0
2 changed files with 10 additions and 0 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()
;