We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edf299 commit aa16b15Copy full SHA for aa16b15
examples/03-ui-components/13-custom-ui/schema.ts
@@ -8,6 +8,7 @@ export const schema = BlockNoteSchema.create({
8
bulletListItem: defaultBlockSpecs.bulletListItem,
9
numberedListItem: defaultBlockSpecs.numberedListItem,
10
checkListItem: defaultBlockSpecs.checkListItem,
11
+ quote: defaultBlockSpecs.quote,
12
},
13
});
14
0 commit comments