'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',
'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',
'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',
'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',
'default' => 'CRM/common/fatal.tpl',
'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',