Adding the "distortion" option

This commit is contained in:
Gregwar
2013-01-21 14:04:53 +01:00
parent 0108219264
commit c224b93033
3 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('bypass_code')->defaultValue(null)->end()
->scalarNode('whitelist_key')->defaultValue('captcha_whitelist_key')->end()
->scalarNode('humanity')->defaultValue(0)->end()
->scalarNode('distortion')->defaultValue(true)->end()
->end()
;