plugins.js 576 B

1234567
  1. // Any plugins you want to use has to be imported
  2. // Detail plugins list see https://www.tinymce.com/docs/plugins/
  3. // Custom builds see https://www.tinymce.com/download/custom-builds/
  4. const plugins = ['advlist autolink autosave code colorpicker colorpicker contextmenu directionality fullscreen hr insertdatetime link lists nonbreaking noneditable paste preview print save spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount']
  5. //anchor codesample emoticons pagebreak searchreplace image imagetools media
  6. export default plugins