/* * @Description: * @Author: Format-qi 283810417@qq.com * @Date: 2022-06-29 17:23:24 * @LastEditors: Format-qi jsq15517589670@163.com * @LastEditTime: 2023-05-09 11:42:14 */ // 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 charmap codesample directionality fullscreen hr insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace tabfocus template textpattern visualblocks visualchars wordcount table', ]; export const toolbar = [ 'fontsizeselect lineheight | bold italic underline strikethrough | alignleft aligncenter alignright | outdent indent ltr rtl blockquote | removeformat subscript superscript | code codesample charmap | table tabledelete | tableprops tablerowprops tablecellprops | tableinsertrowbefore tableinsertrowafter tabledeleterow | tableinsertcolbefore tableinsertcolafter tabledeletecol | undo redo', 'hr bullist numlist link preview anchor pagebreak insertdatetime media forecolor backcolor searchreplace fullscreen', ];