CKEditor不保存内容,而是添加额外的<p> </p>(Symfony4)

时间:2019-12-13 07:38:11

标签: ckeditor symfony4

我在Symfony4中具有CKEditor,并且已在fos_ckeditor.yaml中对其进行了配置。当我单击铅笔一次时,它会添加

标签。当我单击铅笔两次时,它将删除所有内容。我希望内容保持不变,无论点击次数如何。请帮忙。

我的fos_ckeditor.yaml:

    standard_config:
        basicEntities: false
        htmlEncodeOutput: true
        allowedContent: true
        removeFormatAttributes: false
        removeFormatTags: false
        entities: true
        toolbar: "standard_toolbar"
        extraPlugins: "youtube,timestamp,timestamp2,super_link,ins_my_html,ins_my_banner,imagerotate,oembed"
    big_size_config:
        basicEntities: false
        htmlEncodeOutput: true
        height: 30em
        allowedContent: true
        removeFormatAttributes: false
        removeFormatTags: false
        entities: true
        toolbar: "standard_toolbar"
        extraPlugins: "youtube,timestamp,timestamp2,super_link,ins_my_html,ins_my_banner,imagerotate,oembed"

0 个答案:

没有答案