mirror of
https://github.com/docmost/docmost.git
synced 2025-11-19 12:51:12 +10:00
feat: subpages (child pages) list node (#1462)
* feat: subpages list node * disable user-select * support subpages node list in public pages
This commit is contained in:
@ -52,6 +52,7 @@ export default function SharedPage() {
|
||||
key={data.page.id}
|
||||
title={data.page.title}
|
||||
content={data.page.content}
|
||||
pageId={data.page.id}
|
||||
/>
|
||||
</Container>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user