X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=28d897e7e5990585821b10cf9e6ce9f6bf51a9de;hb=89d193fdbff63a326df5ed7f013208fdad4c4dba;hp=6430d873b8c5e35f1251500117d2b8359bfc7ac8;hpb=63a686f959cbecfdaff84bcd828571356e085dfc;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 6430d873b8..28d897e7e5 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -32,7 +32,8 @@ * $Id$ * */ -/* + +/** * Settings metadata file */ return array( @@ -176,6 +177,21 @@ return array( 'description' => NULL, 'help_text' => NULL, ), + 'remote_profile_submissions' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'remote_profile_submissions', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => FALSE, + 'html_type' => 'radio', + 'add' => '4.7', + 'title' => 'Accept profile submissions from external sites', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'If enabled, CiviCRM will permit submissions from external sites to profiles. This is disabled by default to limit abuse.', + 'help_text' => NULL, + ), 'editor_id' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', @@ -797,6 +813,25 @@ return array( 'description' => 'CiviCRM will use this setting as path to bootstrap WP.', 'help_text' => NULL, ), + 'secure_cache_timeout_minutes' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'secure_cache_timeout_minutes', + 'type' => 'Integer', + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => array( + 'size' => 2, + 'maxlength' => 8, + ), + 'default' => 20, + 'add' => '4.7', + 'title' => 'Secure Cache Timeout', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'Maximum number of minutes that secure form data should linger', + 'help_text' => NULL, + ), 'site_id' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core',