Add animal bool to tags
This commit is contained in:
@ -5,6 +5,7 @@ export const tagSchema = z.object({
|
||||
description: z.string().optional(),
|
||||
categoryIds: z.array(z.string()).optional(),
|
||||
parentId: z.string().nullable().optional(),
|
||||
showOnAnimalPage: z.boolean(),
|
||||
|
||||
aliases: z
|
||||
.array(z.string().trim().min(1))
|
||||
|
||||
Reference in New Issue
Block a user