Hi,
I have a clean install of Drupal 7.22 with the 3 basic text formats plain, filter and full HTML. The issue I am having is that when using the Full HTML text format the CSS classes are still been removed.
What is going on?
Note: The Full HTML is not limiting the tags to use, I checked that. Also I try deleting the default profiles and recreating them with out any luck.
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