15 lines
412 B
JavaScript
15 lines
412 B
JavaScript
export const complex = [
|
|
['undo', 'redo'],
|
|
['font', 'fontSize', 'formatBlock'],
|
|
['bold', 'underline', 'italic', 'strike', 'subscript', 'superscript'],
|
|
['removeFormat'],
|
|
'/',
|
|
['fontColor', 'hiliteColor'],
|
|
['outdent', 'indent'],
|
|
['align', 'horizontalRule', 'list', 'table'],
|
|
['link', 'image', 'video'],
|
|
['fullScreen', 'showBlocks', 'codeView'],
|
|
['preview', 'print'],
|
|
['save', 'template']
|
|
]
|