feat: add editor to article header

This commit is contained in:
DarkSky
2024-08-21 17:14:19 +08:00
parent 0417c70d54
commit 35ef9af264
7 changed files with 126 additions and 5 deletions
@@ -21,6 +21,8 @@ export enum PagePropertyType {
Progress = 'progress',
Checkbox = 'checkbox',
Tags = 'tags',
CreatedBy = 'createdBy',
UpdatedBy = 'updatedBy',
}
export const PagePropertyMetaBaseSchema = z.object({