/** * 工具栏配置 */ export const toolbarKeys = [ 'headerSelect', 'blockquote', '|', 'bold', 'underline', 'italic', { key: 'group-more-style', title: '更多', iconSvg: '', menuKeys: ['through', 'code', 'sup', 'sub', 'clearStyle'], }, 'color', 'bgColor', '|', 'fontSize', 'fontFamily', 'lineHeight', '|', 'bulletedList', 'numberedList', 'todo', { key: 'group-justify', title: '对齐', iconSvg: '', menuKeys: ['justifyLeft', 'justifyRight', 'justifyCenter', 'justifyJustify'], }, { key: 'group-indent', title: '缩进', iconSvg: '', menuKeys: ['indent', 'delIndent'], }, '|', 'emotion', 'insertLink', { key: 'group-image', title: '图片', iconSvg: '', menuKeys: ['uploadImage'], }, 'insertTable', 'codeBlock', 'divider', '|', 'undo', 'redo', '|', 'fullScreen', ];