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

12 lines
267 B
TypeScript
Raw Normal View History

2025-01-21 19:48:54 +08:00
export const defaultModules = {
2025-02-26 16:11:08 +08:00
toolbar: [
[{ header: [1, 2, 3, 4, 5, 6, false] }],
["bold", "italic", "underline", "strike"],
[{ list: "ordered" }, { list: "bullet" }],
[{ color: [] }, { background: [] }],
[{ align: [] }],
["link"],
["clean"],
],
};