CRM-15336 - Help improvements.
[civicrm-core.git] / settings / Developer.setting.php
index 680d59085a04b139b4d60f771a11d0d3074440b4..0062ae5108d6db1368143eb9d1184368df189584 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -41,7 +41,6 @@ return array(
     'group_name' => 'Developer Preferences',
     'group' => 'developer',
     'name' => 'debug_enabled',
-    'config_only' => 1, // store only in config - this is expected to be transitional
     'config_key' => 'debug', // we can't call the setting debug as that has other meanings in api
     'type' => 'Boolean',
     'quick_form_type' => 'YesNo',
@@ -58,7 +57,6 @@ return array(
     'group_name' => 'Developer Preferences',
     'group' => 'developer',
     'name' => 'userFrameworkLogging',
-    'config_only' => 1, // store only in config - this is expected to be transitional
     'type' => 'Boolean',
     'quick_form_type' => 'YesNo',
     'default' => '0',
@@ -75,7 +73,6 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t
     'group_name' => 'Developer Preferences',
     'group' => 'developer',
     'name' => 'backtrace',
-    'config_only' => 1, // store only in config - this is expected to be transitional
     'type' => 'Boolean',
     'quick_form_type' => 'YesNo',
     'default' => '0',
@@ -90,9 +87,9 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t
     'group_name' => 'Developer Preferences',
     'group' => 'developer',
     'name' => 'fatalErrorTemplate',
-    'config_only' => 1, // store only in config - this is expected to be transitional
     'type' => 'String',
-    'quick_form_type' => 'text',
+    'quick_form_type' => 'Element',
+    'html_type' => 'text',
     'default' => 'CRM/common/fatal.tpl',
     'add' => '4.3',
     'title' => 'Fatal Error Template',
@@ -105,10 +102,10 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t
     'group_name' => 'Developer Preferences',
     'group' => 'developer',
     'name' => 'fatalErrorHandler',
-    'config_only' => 1, // store only in config - this is expected to be transitional
     'type' => 'String',
-    'quick_form_type' => 'text',
-    'default' => 'null',
+    'quick_form_type' => 'Element',
+    'html_type' => 'text',
+    'default' => null,
     'add' => '4.3',
     'title' => 'Fatal Error Handler',
     'is_domain' => 1,