컨텐츠로 건너뛰기

schemas/config/componentoverrides

이 콘텐츠는 아직 해당 언어로 제공되지 않습니다.

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