- // 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/
- // print toc pagebreak
- const plugins = ['advlist anchor autolink autosave code codesample colorpicker colorpicker contextmenu directionality charmap fullscreen hr image insertdatetime link lists media nonbreaking noneditable paste preview save searchreplace spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount imagetools formatpainter emoticons']
- export default plugins
|