page card / flex container
This commit is contained in:
parent
d4737dcae6
commit
e713b1d914
@ -56,6 +56,7 @@ export type PhotoGridProps = z.infer<typeof PhotoGridSchema>;
|
||||
// =========================================
|
||||
export const PhotoCardWidgetSchema = z.object({
|
||||
pictureId: z.string().nullable().default(null),
|
||||
postId: z.string().nullable().optional().default(null),
|
||||
showHeader: z.boolean().default(true),
|
||||
showFooter: z.boolean().default(true),
|
||||
contentDisplay: ContentDisplaySchema.default('below'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user