From: Tim Otten Date: Mon, 1 Feb 2016 18:49:32 +0000 (-0700) Subject: CRM-17924 - crm.ckeditor.js - Allow email-style tags+attributes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c4a27c4a9b9c4a3325d78fda646102ca9d76db68;p=civicrm-core.git CRM-17924 - crm.ckeditor.js - Allow email-style tags+attributes --- diff --git a/js/wysiwyg/crm.ckeditor.js b/js/wysiwyg/crm.ckeditor.js index 4f8e9cb80d..5130121f84 100644 --- a/js/wysiwyg/crm.ckeditor.js +++ b/js/wysiwyg/crm.ckeditor.js @@ -75,6 +75,7 @@ filebrowserUploadUrl: uploadUrl + '&type=files', filebrowserImageUploadUrl: uploadUrl + '&type=images', filebrowserFlashUploadUrl: uploadUrl + '&type=flash', + allowedContent: true, // For CiviMail! customConfig: CRM.config.CKEditorCustomConfig, on: { instanceReady: onReady