dev/core#1059 Replace deprecated start and end url params with receive_date_low and...
[civicrm-core.git] / settings / Core.setting.php
index 2b8bdf3e04bad619f0e600a74696d5312a9141bc..262dfbd92c1139f9f620b9d04f5557c3dd47a915 100644 (file)
@@ -1062,6 +1062,48 @@ return [
     'description' => ts('Acceptable Mime Types that can be used as part of file urls'),
     'help_text' => NULL,
   ],
+  'theme_frontend' => [
+    'group_name' => 'CiviCRM Preferences',
+    'group' => 'core',
+    'name' => 'theme_frontend',
+    'type' => 'String',
+    'quick_form_type' => 'Select',
+    'html_type' => 'Select',
+    'html_attributes' => array(
+      'class' => 'crm-select2',
+    ),
+    'pseudoconstant' => array(
+      'callback' => 'call://themes/getAvailable',
+    ),
+    'default' => 'default',
+    'add' => '5.16',
+    'title' => ts('Frontend Theme'),
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => ts('Theme to use on frontend pages'),
+    'help_text' => NULL,
+  ],
+  'theme_backend' => [
+    'group_name' => 'CiviCRM Preferences',
+    'group' => 'core',
+    'name' => 'theme_backend',
+    'type' => 'String',
+    'quick_form_type' => 'Select',
+    'html_type' => 'Select',
+    'html_attributes' => array(
+      'class' => 'crm-select2',
+    ),
+    'pseudoconstant' => array(
+      'callback' => 'call://themes/getAvailable',
+    ),
+    'default' => 'default',
+    'add' => '5.16',
+    'title' => ts('Backend Theme'),
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => ts('Theme to use on backend pages'),
+    'help_text' => NULL,
+  ],
   'http_timeout' => [
     'group_name' => 'CiviCRM Preferences',
     'group' => 'core',
@@ -1074,7 +1116,7 @@ return [
       'maxlength' => 3,
     ],
     'default' => 5,
-    'add' => '5.15',
+    'add' => '5.14',
     'title' => ts('HTTP request timeout'),
     'is_domain' => 1,
     'is_contact' => 0,