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.
14 lines
979 B
14 lines
979 B
/* eslint-disable max-len */ |
|
// Any plugins you want to setting has to be imported |
|
// Detail plugins list see https://www.tinymce.com/docs/plugins/ |
|
// Custom builds see https://www.tinymce.com/download/custom-builds/ |
|
// colorpicker/contextmenu/textcolor plugin is now built in to the core editor, please remove it from your editor configuration |
|
|
|
export const plugins = [ |
|
'advlist anchor autolink autosave code codesample directionality fullscreen hr insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus template textpattern visualblocks visualchars wordcount' |
|
] |
|
|
|
export const toolbar = [ |
|
'fontsizeselect lineheight searchreplace bold italic underline strikethrough alignleft aligncenter alignright outdent indent blockquote undo redo removeformat subscript superscript code codesample', |
|
'hr bullist numlist link preview anchor pagebreak insertdatetime media forecolor backcolor fullscreen' |
|
]
|
|
|