How to make tinymce paste in plain text by default

后端 未结 11 997
忘掉有多难
忘掉有多难 2020-12-02 04:24

Googled it thousands of times, No one gives a complete solution of how to make Tinymce paste in plain text by default and strip out any formatting without clicking the \"pas

11条回答
  •  春和景丽
    2020-12-02 05:16

    if you use a .yml file, add the plugin paste and paste_as_text: true

    default:
      plugins:
        - paste
      paste_as_text: true
    

提交回复
热议问题