diff --git a/mysite/_config/spamprotection.yml b/mysite/_config/spamprotection.yml new file mode 100644 index 0000000..b79fa92 --- /dev/null +++ b/mysite/_config/spamprotection.yml @@ -0,0 +1,9 @@ +FormSpamProtectionExtension: + default_spam_protector: NocaptchaProtector +NocaptchaField: + site_key: "" #Your site key (required) + secret_key: "" #Your secret key (required) + verify_ssl: true #Allows you to disable php-curl's SSL peer verification by setting this to false (optional, defaults to true) + default_theme: "light" #Default theme color (optional, light or dark, defaults to light) + default_type: "image" #Default captcha type (optional, image or audio, defaults to image) + default_size: "normal" #Default size (optional, normal or compact, defaults to normal)