feat: redesign web menu layout, add header cover banner & dynamic header layout, refine mobile inputs and theme selector
This commit is contained in:
@@ -7,6 +7,7 @@ export const themeConfigSchema = z.object({
|
||||
background: z.string(),
|
||||
productLayout: z.enum(["card", "list"]),
|
||||
categoryLayout: z.enum(["accordion", "tabs", "flat"]),
|
||||
headerLayout: z.enum(["centered", "left"]).optional().default("centered"),
|
||||
});
|
||||
|
||||
export type ThemeConfig = z.infer<typeof themeConfigSchema>;
|
||||
|
||||
Reference in New Issue
Block a user