File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/react-notion-x/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export const NotionRenderer: React.FC<{
3333 forceCustomImages ?: boolean
3434 showCollectionViewDropdown ?: boolean
3535 linkTableTitleProperties ?: boolean
36+ isLinkCollectionToUrlProperty ?: boolean
3637 isImageZoomable ?: boolean
3738
3839 showTableOfContents ?: boolean
@@ -72,6 +73,7 @@ export const NotionRenderer: React.FC<{
7273 forceCustomImages,
7374 showCollectionViewDropdown,
7475 linkTableTitleProperties,
76+ isLinkCollectionToUrlProperty,
7577 isImageZoomable = true ,
7678 showTableOfContents,
7779 minTableOfContentsItems,
@@ -108,6 +110,7 @@ export const NotionRenderer: React.FC<{
108110 forceCustomImages = { forceCustomImages }
109111 showCollectionViewDropdown = { showCollectionViewDropdown }
110112 linkTableTitleProperties = { linkTableTitleProperties }
113+ isLinkCollectionToUrlProperty = { isLinkCollectionToUrlProperty }
111114 showTableOfContents = { showTableOfContents }
112115 minTableOfContentsItems = { minTableOfContentsItems }
113116 defaultPageIcon = { defaultPageIcon }
You can’t perform that action at this time.
0 commit comments