CRM-14850 fix metadata on setting
authorEileen McNaughton <eileen@fuzion.co.nz>
Sun, 22 Jun 2014 23:33:13 +0000 (11:33 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sun, 22 Jun 2014 23:33:13 +0000 (11:33 +1200)
settings/Developer.setting.php

index aab5ad5d4f681bbc3540cbf625d5f34ed1442f98..4d1dc8751b4a8eb6912d2097cea8cb251f78a740 100644 (file)
@@ -88,7 +88,8 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t
     'group' => 'developer',
     'name' => 'fatalErrorTemplate',
     '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',
@@ -102,7 +103,8 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t
     'group' => 'developer',
     'name' => 'fatalErrorHandler',
     'type' => 'String',
-    'quick_form_type' => 'text',
+    'quick_form_type' => 'Element',
+    'html_type' => 'text',
     'default' => 'null',
     'add' => '4.3',
     'title' => 'Fatal Error Handler',