From c79e799242af1d05952670d046862ba1d843ea94 Mon Sep 17 00:00:00 2001 From: Marc Michalsky forumZFD Date: Thu, 10 Dec 2020 15:25:01 +0100 Subject: [PATCH] Use TextAreas as html_type for embed codes --- CRM/TwingleCampaign/resources/campaigns.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CRM/TwingleCampaign/resources/campaigns.json b/CRM/TwingleCampaign/resources/campaigns.json index 0de93e5..a637f2d 100644 --- a/CRM/TwingleCampaign/resources/campaigns.json +++ b/CRM/TwingleCampaign/resources/campaigns.json @@ -151,7 +151,7 @@ "is_required": 0, "is_searchable": 0, "data_type": "Memo", - "html_type": "RichTextEditor", + "html_type": "TextArea", "text_length": 600, "is_active": 1, "is_view": 1, @@ -164,7 +164,7 @@ "is_required": 0, "is_searchable": 0, "data_type": "Memo", - "html_type": "RichTextEditor", + "html_type": "TextArea", "text_length": 600, "is_active": 1, "is_view": 1, @@ -177,7 +177,7 @@ "is_required": 0, "is_searchable": 0, "data_type": "Memo", - "html_type": "RichTextEditor", + "html_type": "TextArea", "text_length": 600, "is_active": 1, "is_view": 1, @@ -190,7 +190,7 @@ "is_required": 0, "is_searchable": 0, "data_type": "Memo", - "html_type": "RichTextEditor", + "html_type": "TextArea", "text_length": 600, "is_active": 1, "is_view": 1, @@ -203,7 +203,7 @@ "is_required": 0, "is_searchable": 0, "data_type": "Memo", - "html_type": "RichTextEditor", + "html_type": "TextArea", "text_length": 1300, "is_active": 1, "is_view": 1, @@ -216,7 +216,7 @@ "is_required": 0, "is_searchable": 0, "data_type": "Memo", - "html_type": "RichTextEditor", + "html_type": "TextArea", "text_length": 1300, "is_active": 1, "is_view": 1, @@ -229,7 +229,7 @@ "is_required": 0, "is_searchable": 0, "data_type": "Memo", - "html_type": "RichTextEditor", + "html_type": "TextArea", "text_length": 120, "is_active": 1, "is_view": 1,