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<{
33
33
forceCustomImages ?: boolean
34
34
showCollectionViewDropdown ?: boolean
35
35
linkTableTitleProperties ?: boolean
36
+ isLinkCollectionToUrlProperty ?: boolean
36
37
isImageZoomable ?: boolean
37
38
38
39
showTableOfContents ?: boolean
@@ -72,6 +73,7 @@ export const NotionRenderer: React.FC<{
72
73
forceCustomImages,
73
74
showCollectionViewDropdown,
74
75
linkTableTitleProperties,
76
+ isLinkCollectionToUrlProperty,
75
77
isImageZoomable = true ,
76
78
showTableOfContents,
77
79
minTableOfContentsItems,
@@ -108,6 +110,7 @@ export const NotionRenderer: React.FC<{
108
110
forceCustomImages = { forceCustomImages }
109
111
showCollectionViewDropdown = { showCollectionViewDropdown }
110
112
linkTableTitleProperties = { linkTableTitleProperties }
113
+ isLinkCollectionToUrlProperty = { isLinkCollectionToUrlProperty }
111
114
showTableOfContents = { showTableOfContents }
112
115
minTableOfContentsItems = { minTableOfContentsItems }
113
116
defaultPageIcon = { defaultPageIcon }
You can’t perform that action at this time.
0 commit comments