mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
feat: split readonly properties
This commit is contained in:
@@ -32,6 +32,7 @@ export const PagePropertyMetaBaseSchema = z.object({
|
||||
type: z.nativeEnum(PagePropertyType),
|
||||
icon: z.string(),
|
||||
required: z.boolean().optional(),
|
||||
readonly: z.boolean().optional(),
|
||||
});
|
||||
|
||||
export const PageSystemPropertyMetaBaseSchema =
|
||||
|
||||
Reference in New Issue
Block a user