collect-system/apps/web/src/components/common/editor/quill/constants.ts

12 lines
267 B
TypeScript
Executable File

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"],
],
};