X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=9d91ed59c03a6a4e1bd8314d98c5cbc2a59bc062;hb=8b58a98f17b65d4e5c67f973b66ebb1b4df3615a;hp=c95ed3d01850e49bb91d0f9c9591ac644a194aae;hpb=b90e843af9128d0e4c6fe9c3f22f06e6346b7bf1;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index c95ed3d018..9d91ed59c0 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -530,6 +530,21 @@ return array( 'description' => NULL, 'help_text' => NULL, ), + 'forceRecaptcha' => array( + 'add' => '4.7', + 'help_text' => NULL, + 'is_domain' => 1, + 'is_contact' => 0, + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'forceRecaptcha', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'html_type' => '', + 'default' => '0', + 'title' => 'Force reCAPTCHA on Contribution pages', + 'description' => 'If enabled, reCAPTCHA will show on all contribution pages.', + ), 'recaptchaPrivateKey' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core',