chore(core): allow to rename and add multiple template property (#9972)

This commit is contained in:
CatsJuice
2025-02-07 09:36:58 +00:00
parent b4f078b9c9
commit 527878a55c

View File

@@ -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<