feat: Add permanent menu items for hidden menus (#1636)
This commit is contained in:
@@ -591,6 +591,7 @@ const menuBaseSchema = z.object({
|
||||
.optional(),
|
||||
alignment: z.enum(['matching', 'opposing']).default('matching').optional(),
|
||||
icon: z.string().optional(),
|
||||
permanent: z.boolean().default(false).optional(),
|
||||
});
|
||||
|
||||
const menuIconSchema = menuBaseSchema.merge(iconSchema).extend({
|
||||
|
||||
Reference in New Issue
Block a user