X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=9d91ed59c03a6a4e1bd8314d98c5cbc2a59bc062;hb=8b58a98f17b65d4e5c67f973b66ebb1b4df3615a;hp=76253535f33650811040b8cb10a5f5ab34709d6d;hpb=d6def514cf3d5491091d4c6f81327f864015144a;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 76253535f3..9d91ed59c0 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -192,6 +192,21 @@ return array( 'description' => 'If enabled, CiviCRM will permit submissions from external sites to profiles. This is disabled by default to limit abuse.', 'help_text' => NULL, ), + 'allow_alert_autodismissal' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'allow_alert_autodismissal', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => TRUE, + 'html_type' => 'radio', + 'add' => '4.7', + 'title' => 'Allow alerts to auto-dismiss?', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'If disabled, CiviCRM will not automatically dismiss any alerts after 10 seconds.', + 'help_text' => NULL, + ), 'editor_id' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', @@ -515,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', @@ -868,21 +898,6 @@ return array( 'description' => NULL, 'help_text' => NULL, ), - 'systemStatusCheckResult' => array( - 'group_name' => 'CiviCRM Preferences', - 'group' => 'core', - 'name' => 'systemStatusCheckResult', - 'type' => 'Integer', - 'quick_form_type' => 'Element', - 'html_type' => 'text', - 'default' => 0, - 'add' => '4.7', - 'title' => 'systemStatusCheckResult', - 'is_domain' => 1, - 'is_contact' => 0, - 'description' => NULL, - 'help_text' => NULL, - ), 'recentItemsMaxCount' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core',