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

Vensdale’s picture

I have the same and I've spend a few hours to figure this issue out. Try to add config.allowedContent = true; to your sites/all/modules/ckeditor/ckeditor.config.js file somewhere below CKEDITOR.editorConfig = function(config) { line. This option disables Advanced content filter feature of CKEditor 4.1. And this works for me. Hope it helps.

wwalc’s picture

In the dev version of CKEditor modules there is now a separate ACF section where it can be turned off.

jcisio’s picture

Status: Active » Closed (works as designed)
jcisio’s picture

Issue tags: +ACF

Tagging