fix: configure Image extension as block-level to match Docmost's schema #5
@@ -11,7 +11,7 @@ export const tiptapExtensions = [
|
||||
heading: {},
|
||||
}),
|
||||
Image.configure({
|
||||
inline: true,
|
||||
inline: false,
|
||||
}),
|
||||
Link.configure({
|
||||
openOnClick: false,
|
||||
|
||||
Reference in New Issue
Block a user