CKEditor4 destroy, not preserve original HTML content. How to disable filters?

前端 未结 2 472
忘掉有多难
忘掉有多难 2021-01-26 17:59

I am using the standard demos, like this. So, the main options (little changes) can be flagged at config.js.

Example when edit by source-code-HTML (button

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-26 18:20

    At config.js you can add something like,

      CKEDITOR.config.allowedContent=true;
    

    see "Advanced Content Filter" (ACF) and how to enable/disable it.

提交回复
热议问题