From 5969917384e67b482b8e069414e24115008b0cf7 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 8 Jul 2015 09:52:45 -0400 Subject: [PATCH] CRM-16354 - Add missing Textarea option to schema --- xml/templates/civicrm_data.tpl | 1 + 1 file changed, 1 insertion(+) 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), -- 2.25.1