feat(core): adjust doc property style (#8561)

This commit is contained in:
EYHN
2024-10-21 09:41:45 +00:00
parent 42b3e069f9
commit 7cd4028176
8 changed files with 40 additions and 24 deletions

View File

@@ -15,10 +15,12 @@ export const BUILT_IN_CUSTOM_PROPERTY_TYPE = [
id: 'docPrimaryMode',
type: 'docPrimaryMode',
show: 'always-hide',
index: 'a0000002',
},
{
id: 'journal',
type: 'journal',
show: 'always-hide',
index: 'a0000003',
},
] as DocCustomPropertyInfo[];