vben
2020-11-09 1093ec3e6e4fe1f49b7458c29e518744fe56532f
提交 | 用户 | age
c0e4c9 1 // Any plugins you want to use has to be imported
J 2 // Detail plugins list see https://www.tinymce.com/docs/plugins/
3 // Custom builds see https://www.tinymce.com/download/custom-builds/
4 // colorpicker/contextmenu/textcolor plugin is now built in to the core editor, please remove it from your editor configuration
5
6 const plugins = [
8a9822 7   'lineheight advlist anchor autolink autosave code codesample  directionality emoticons fullscreen hr image imagetools insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template  textpattern visualblocks visualchars wordcount',
c0e4c9 8 ];
J 9
10 export default plugins;