Merge pull request #23471 from totten/master-exceptions
[civicrm-core.git] / settings / Core.setting.php
index f3079b296c5525f4ee5dbe759b88fc09a3925153..c52fe9b1bc11934128ee71be347c9b074c141da1 100644 (file)
@@ -28,7 +28,7 @@ return [
     'pseudoconstant' => [
       'optionGroupName' => 'contact_view_options',
     ],
-    'default' => '\ 11\ 12\ 13\ 14\ 15\ 16\ 17\ 18\ 19\ 110\ 111\ 113\ 1',
+    'default' => '\ 11\ 12\ 13\ 14\ 15\ 16\ 17\ 18\ 19\ 110\ 113\ 1',
     'add' => '4.1',
     'title' => ts('Viewing Contacts'),
     'is_domain' => '1',
@@ -239,6 +239,20 @@ return [
     'description' => NULL,
     'help_text' => NULL,
   ],
+  'enableBackgroundQueue' => [
+    'group_name' => 'CiviCRM Preferences',
+    'group' => 'core',
+    'name' => 'enableBackgroundQueue',
+    'type' => 'Boolean',
+    'quick_form_type' => 'YesNo',
+    'default' => 0,
+    'add' => '5.51',
+    'title' => ts('Background Queues'),
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => ts('EXPERIMENTAL: %1', [1 => ts('If enabled, some operations will be transferred to background workers. This requires configuring a background service.')]),
+    'help_text' => NULL,
+  ],
   'defaultExternUrl' => [
     'group_name' => 'CiviCRM Preferences',
     'group' => 'core',