Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Apr 2013 at 12:15 UTC
Updated:
12 Sep 2013 at 16:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
polmaresma commentedHere you can see my actual configuration.
Thank's
Comment #2
zach harkey commentedTry disabling the "Advanced Content Filter" (aka ACF).
It's one of the collapsed fieldsets on the profile edit page. Set it to disabled.
If that doesn't work, try manually adding this line in Advanced Options > Custom Javascript configuration field:
config.allowedContent = true;Comment #3
steven_kropp commentedI couldn't find where to disable the ACF was... but I did add "config.allowedContent = true;" in the custom JS field and that seemed to work.
I am still curious where I could find the "Disable the Advanced Content Filter" within the CMS??
Comment #4
zach harkey commentedI think it's only a proper option in 7.x.-1.x-dev at the moment.
Comment #5
mrieser commentedckditor was stripping out all of the embedded videos each time I edited a page.
Manually adding: config.allowedContent = true;
to: Home » Administration » Configuration » Content authoring
Profile (Advanced and Full)
Advanced Options
Custom JavaScript configuration
Worked like a charm!
Thank You Zach!
Comment #6
Andrei.Sapeshko commentedHere is another possible solution.
http://drupal.org/node/2000712
Comment #7
jcisio commentedComment #8
craigtockman commented#5 Thanks dude. This was the only solution that worked for me. Saved me from having 100's of pages destroyed.