#12980 closed Bug (invalid)
Ckeditor remove html tags
Reported by: | peter boshra | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | peteracmilan@… |
Description
Hello there ,
I am using ckeditor and migrate it with symfony 2 but after i add a bulk of html source and save , return again to edit this data seems like ckeditor remove some tags ,
Thanks .
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
- CKEditor is JavaScript application and it doesn't have anything to do with saving data.
Please make sure that your server-side doesn't remove these tags.
- If you are able to reproduce it in CKEditor when switching to source mode and back, it means ACF is removeing these tags. In such case please see:
http://docs.ckeditor.com/#!/guide/dev_acf
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/guide/dev_disallowed_content
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
http://nightly.ckeditor.com/14-03-20-07-05/full/samples/datafiltering.html
Check out this article - http://docs.ckeditor.com/#!/guide/dev_acf