14 lines
436 B
JavaScript
14 lines
436 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"]
|
||
|
];
|