fix: configure Image extension as block-level to match Docmost's schema #5

Closed
foogunlana wants to merge 1 commits from foogunlana/fix/image-inline-config into main
Showing only changes of commit b208ba4c78 - Show all commits

View File

@@ -11,7 +11,7 @@ export const tiptapExtensions = [
heading: {}, heading: {},
}), }),
Image.configure({ Image.configure({
inline: true, inline: false,
}), }),
Link.configure({ Link.configure({
openOnClick: false, openOnClick: false,