You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
569 B
8 lines
569 B
2 years ago
|
// 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 autosave code codesample colorpicker colorpicker contextmenu directionality emoticons fullscreen hr image imagetools insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount']
|
||
|
|
||
|
export default plugins
|