mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore(core): allow to rename and add multiple template property (#9972)
This commit is contained in:
@@ -111,11 +111,10 @@ export const DocPropertyTypes = {
|
||||
description: 'com.affine.page-properties.property.pageWidth.tooltips',
|
||||
},
|
||||
template: {
|
||||
uniqueId: 'template',
|
||||
icon: TemplateIcon,
|
||||
value: TemplateValue,
|
||||
name: 'com.affine.page-properties.property.template',
|
||||
renameable: false,
|
||||
renameable: true,
|
||||
description: 'com.affine.page-properties.property.template.tooltips',
|
||||
},
|
||||
} as Record<
|
||||
|
||||
Reference in New Issue
Block a user