diff --git a/packages/slate-editor/src/extensions/web-bookmark/lib/createWebBookmark.ts b/packages/slate-editor/src/extensions/web-bookmark/lib/createWebBookmark.ts index 0c82272a1..eedee49d6 100644 --- a/packages/slate-editor/src/extensions/web-bookmark/lib/createWebBookmark.ts +++ b/packages/slate-editor/src/extensions/web-bookmark/lib/createWebBookmark.ts @@ -17,7 +17,7 @@ export function createWebBookmark(props: RequiredProps & Partial) return withoutExtraAttributes({ uuid: uuidV4(), layout: BookmarkCardLayout.HORIZONTAL, - new_tab: false, + new_tab: true, show_thumbnail: true, ...props, children: [{ text: '' }],