X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=56d80e9f15924497565f70d6268a6017804427d0;hb=ac30252393b3b9d8162994f59bb63e2b89ddacdc;hp=8ac37c239a5cbc0e596703a18a2ec0ee41f44b4f;hpb=e4d28faad22a575577139c29c34c8879abdb98e2;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 8ac37c239a..56d80e9f15 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -1,9 +1,9 @@ null, 'help_text' => null, ), + 'ajaxPopupsEnabled' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'ajaxPopupsEnabled', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => 1, + 'add' => '4.5', + 'title' => null, + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => null, + 'help_text' => null, + ), 'activity_assignee_notification' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core',