From fd0e547bffc97e7acfc90e280cfe6fceb00d3a29 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 23 Jun 2014 11:33:13 +1200 Subject: [PATCH] CRM-14850 fix metadata on setting --- settings/Developer.setting.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/settings/Developer.setting.php b/settings/Developer.setting.php index aab5ad5d4f..4d1dc8751b 100644 --- a/settings/Developer.setting.php +++ b/settings/Developer.setting.php @@ -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', -- 2.25.1