feat(core): new "is journal" page property (#8525)

close AF-1450, AF-1451, AF-14552
This commit is contained in:
CatsJuice
2024-10-18 10:03:08 +00:00
parent 714a87c2c0
commit 8f92be926b
19 changed files with 494 additions and 49 deletions

View File

@@ -16,4 +16,9 @@ export const BUILT_IN_CUSTOM_PROPERTY_TYPE = [
type: 'docPrimaryMode',
show: 'always-hide',
},
{
id: 'journal',
type: 'journal',
show: 'always-hide',
},
] as DocCustomPropertyInfo[];