Skip to content

Commit aa16b15

Browse files
committed
fix: add quote to schema
1 parent 5edf299 commit aa16b15

File tree

1 file changed

+1
-0
lines changed
  • examples/03-ui-components/13-custom-ui

1 file changed

+1
-0
lines changed

examples/03-ui-components/13-custom-ui/schema.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const schema = BlockNoteSchema.create({
88
bulletListItem: defaultBlockSpecs.bulletListItem,
99
numberedListItem: defaultBlockSpecs.numberedListItem,
1010
checkListItem: defaultBlockSpecs.checkListItem,
11+
quote: defaultBlockSpecs.quote,
1112
},
1213
});
1314

0 commit comments

Comments
 (0)