ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
通过 `menus` 可自定义对编辑器的菜单进行隐藏和排序。 ![](https://box.kancloud.cn/2015-12-16_5671787f6ee68.png) `menus` 的默认值为: ``` [ 'head', 'bold', 'color', 'quote', 'list', 'img', 'happy', 'check' ] ``` - 全局配置示例 ``` ___E.config.menus = [ 'bold', 'color', 'quote', 'list', 'img', 'happy' ]; ``` - 对象配置示例 ``` editor.config.menus = [ 'bold', 'color', 'quote', 'list', 'img', 'happy' ]; ```