|
export const defaultModules = {
|
|
toolbar: [
|
|
[{ header: [1, 2, 3, 4, 5, 6, false] }],
|
|
["bold", "italic", "underline", "strike"],
|
|
[{ list: "ordered" }, { list: "bullet" }],
|
|
[{ color: [] }, { background: [] }],
|
|
[{ align: [] }],
|
|
["link"],
|
|
["clean"],
|
|
],
|
|
};
|