CRM-16354 - Add missing Textarea option to schema
authorColeman Watts <coleman@civicrm.org>
Wed, 8 Jul 2015 13:52:45 +0000 (09:52 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 9 Jul 2015 02:37:50 +0000 (22:37 -0400)
xml/templates/civicrm_data.tpl

index 30a1e68cd5b6225fd6fc963cf4115d19d6f945d1..ebdd6ac53618a46e3736426dfff8fcba994af961 100644 (file)
@@ -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),