fix: configure Image extension as block-level to match Docmost's schema #5
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user