feat(SW-187): Added social media data and copyright label
This commit is contained in:
@@ -319,6 +319,14 @@ export const validateFooterConfigSchema = z.object({
|
||||
links: z.array(validateLinkItem),
|
||||
})
|
||||
),
|
||||
social_media: z.object({
|
||||
links: z.array(
|
||||
z.object({
|
||||
type: z.string(),
|
||||
href: validateExternalLink,
|
||||
})
|
||||
),
|
||||
}),
|
||||
})
|
||||
),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user