|
|
|
@ -125,7 +125,7 @@ const fileUpload = (callback: any, value: string, meta: any) => { |
|
|
|
const defaultInit = { |
|
|
|
plugins: buttonPlugins, // 插件配置 |
|
|
|
toolbar: toolbar, // 工具栏配置,设为false则隐藏 |
|
|
|
menubar: true, // 菜单栏配置,设为false则隐藏,不配置则默认显示全部菜单,也可自定义配置--查看 http://tinymce.ax-z.cn/configure/editor-appearance.php --搜索“自定义菜单” |
|
|
|
menubar: false, // 菜单栏配置,设为false则隐藏,不配置则默认显示全部菜单,也可自定义配置--查看 http://tinymce.ax-z.cn/configure/editor-appearance.php --搜索“自定义菜单” |
|
|
|
//emoticons_database_url: './tinymce/emoticons/js/emojis.js', |
|
|
|
// eslint-disable-next-line max-len |
|
|
|
font_formats:'微软雅黑=Microsoft YaHei,Helvetica Neue,PingFang SC,sans-serif;宋体=simsun,serif;仿宋体=FangSong,serif;黑体=SimHei,sans-serif;Arial=arial,helvetica,sans-serif;', // 字体样式 微软雅黑=Microsoft YaHei,Helvetica Neue,PingFang SC,sans-serif, 宋体=simsun,serif,仿宋体=FangSong,黑体=SimHei,Arial=arial, |
|
|
|
|