Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.9
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Apr 2013 at 19:10 UTC
Updated:
8 Aug 2013 at 12:20 UTC
Comments
Comment #1
Vensdale commentedI have the same and I've spend a few hours to figure this issue out. Try to add
config.allowedContent = true;to yoursites/all/modules/ckeditor/ckeditor.config.jsfile somewhere belowCKEDITOR.editorConfig = function(config) {line. This option disables Advanced content filter feature of CKEditor 4.1. And this works for me. Hope it helps.Comment #2
wwalc commentedIn the dev version of CKEditor modules there is now a separate ACF section where it can be turned off.
Comment #3
jcisio commentedComment #4
jcisio commentedTagging