Aller au contenu

schemas/config/componentoverrides

Ce contenu n’est pas encore disponible dans votre langue.

const overridesSchema: ZodDefault<ZodOptional<ZodObject<{
CustomImageOverride: ZodOptional<ZodString>;
FormattedDateOverride: ZodOptional<ZodString>;
}, "strip", ZodTypeAny, {
CustomImageOverride: string;
FormattedDateOverride: string;
}, {
CustomImageOverride: string;
FormattedDateOverride: string;
}>>>;

Defined in: studiocms/packages/studiocms/src/schemas/config/componentoverrides.ts:3