X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FDeveloper.setting.php;h=4d1dc8751b4a8eb6912d2097cea8cb251f78a740;hb=4a19b1665282bd8442de33e2fb98f470a3799bd6;hp=680d59085a04b139b4d60f771a11d0d3074440b4;hpb=adc13f865ee7ced5d485e801528f2481fb6da0b0;p=civicrm-core.git diff --git a/settings/Developer.setting.php b/settings/Developer.setting.php index 680d59085a..4d1dc8751b 100644 --- a/settings/Developer.setting.php +++ b/settings/Developer.setting.php @@ -1,9 +1,9 @@ '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,9 +102,9 @@ 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', + 'quick_form_type' => 'Element', + 'html_type' => 'text', 'default' => 'null', 'add' => '4.3', 'title' => 'Fatal Error Handler',