From 1eb0f3a32a12663535907301db84d577398e6211 Mon Sep 17 00:00:00 2001 From: Myles Derham Date: Fri, 27 Jan 2017 11:34:33 +1300 Subject: [PATCH] spam protection settings --- mysite/_config/spamprotection.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mysite/_config/spamprotection.yml 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)