From: Coleman Watts Date: Wed, 8 Jul 2015 13:52:45 +0000 (-0400) Subject: CRM-16354 - Add missing Textarea option to schema X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5969917384e67b482b8e069414e24115008b0cf7;p=civicrm-core.git CRM-16354 - Add missing Textarea option to schema --- diff --git a/xml/templates/civicrm_data.tpl b/xml/templates/civicrm_data.tpl index 30a1e68cd5..ebdd6ac536 100644 --- a/xml/templates/civicrm_data.tpl +++ b/xml/templates/civicrm_data.tpl @@ -665,6 +665,7 @@ VALUES (@option_group_id_sfe, 'docx', 12, 'docx', NULL, 0, 0, 12, NULL, 0, 0, 1, NULL, NULL), (@option_group_id_sfe, 'xlsx', 13, 'xlsx', NULL, 0, 0, 13, NULL, 0, 0, 1, NULL, NULL), + (@option_group_id_we, '{ts escape="sql"}Textarea{/ts}', 1, 'Textarea', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL), (@option_group_id_we, 'CKEditor', 2, 'CKEditor', NULL, 0, NULL, 2, NULL, 0, 1, 1, NULL, NULL), (@option_group_id_mt, '{ts escape="sql"}Search Builder{/ts}', 1, 'Search Builder', NULL, 0, 0, 1, NULL, 0, 1, 1, NULL, NULL),