Skip to content
Snippets Groups Projects
plugins.js 619 B
Newer Older
  • Learn to ignore specific revisions
  • Pan's avatar
    Pan committed
    // Any plugins you want to use has to be imported
    // Detail plugins list see https://www.tinymce.com/docs/plugins/
    // Custom builds see https://www.tinymce.com/download/custom-builds/
    
    const plugins = ['advlist anchor autolink autoresize autosave bbcode code codesample colorpicker colorpicker contextmenu directionality emoticons fullpage fullscreen hr image imagetools importcss insertdatetime legacyoutput link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount']
    
    export default plugins