美文网首页
去除tinymce中粘贴的样式

去除tinymce中粘贴的样式

作者: Gambler_194b | 来源:发表于2022-04-25 11:02 被阅读0次

    去除tinymce中粘贴的样式

    plugins中加paste ,
    init的时候加下面的属性
    paste_auto_cleanup_on_paste: true,
    paste_remove_styles: true,
    paste_remove_styles_if_webkit: true,
    paste_strip_class_attributes: true,
    paste_as_text: true,
    

    相关文章

      网友评论

          本文标题:去除tinymce中粘贴的样式

          本文链接:https://www.haomeiwen.com/subject/wvjfyrtx.html