basic routing and info display

This commit is contained in:
Julian Krauser 2024-10-04 12:47:04 +02:00
parent c1e9784b4a
commit e70e6644a6
12 changed files with 211 additions and 125 deletions

View file

@ -0,0 +1,8 @@
export const toolbarOptions = [
[{ header: [1, 2, false] }, { font: [] }],
[{ header: 1 }, { header: 2 }],
["bold", "italic", "underline", "strike"],
["blockquote", "code-block", "link"],
[{ list: "ordered" }, { list: "bullet" }, { list: "check" }],
["clean"],
];