/* * @Author: zhaoxiaoqiang 287285524@qq.com * @Date: 2023-09-06 16:27:01 * @LastEditors: zhaoxiaoqiang 287285524@qq.com * @LastEditTime: 2023-09-06 16:52:22 * @FilePath: \qyp_plat\src\components\Tinymce\toolbar.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ // Here is a list of the toolbar // Detail list see https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols const toolbar = ['searchreplace bold italic underline strikethrough alignleft aligncenter alignright outdent indent blockquote undo redo removeformat subscript superscript code codesample', 'hr bullist numlist link charmap preview anchor pagebreak insertdatetime forecolor backcolor fullscreen'] export default toolbar