Adding backgroundColor option (fixes #55)

This commit is contained in:
Gregwar
2013-04-22 00:32:40 +02:00
parent 45e4f72394
commit be90f19f3a
3 changed files with 11 additions and 1 deletions

View File

@ -39,6 +39,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('whitelist_key')->defaultValue('captcha_whitelist_key')->end()
->scalarNode('humanity')->defaultValue(0)->end()
->scalarNode('distortion')->defaultValue(true)->end()
->arrayNode('backgroundColor')->prototype('scalar')->end()
->end()
;