You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
553 B
16 lines
553 B
3 years ago
|
export default [
|
||
|
["bold", "italic", "underline", "strike"],
|
||
|
["blockquote", "code-block"],
|
||
|
[{ "header": 1 }, { "header": 2 }],
|
||
|
[{ "list": "ordered" }, { "list": "bullet" }],
|
||
|
[{ "script": "sub" }, { "script": "super" }],
|
||
|
[{ "indent": "-1" }, { "indent": "+1" }],
|
||
|
[{ "direction": "rtl" }],
|
||
|
[{ "size": ["small", false, "large", "huge"] }],
|
||
|
[{ "header": [1, 2, 3, 4, 5, 6, false] }],
|
||
|
[{ "color": [] }, { "background": [] }],
|
||
|
[{ "font": [] }],
|
||
|
[{ "align": [] }],
|
||
|
["clean"],
|
||
|
["link", "image", "video"]
|
||
|
];
|