fix(types): restore contact property in SiteConfig interface
This commit is contained in:
@@ -63,7 +63,15 @@ export interface SiteConfig {
|
|||||||
animation?: string;
|
animation?: string;
|
||||||
}>;
|
}>;
|
||||||
};
|
};
|
||||||
|
contact: {
|
||||||
|
title: string;
|
||||||
|
subtitle: string;
|
||||||
|
recipientEmail: string;
|
||||||
|
phone?: string;
|
||||||
|
address?: string;
|
||||||
|
};
|
||||||
sectionsOrder: string[];
|
sectionsOrder: string[];
|
||||||
|
|
||||||
sectionsDetails?: SectionConfig[];
|
sectionsDetails?: SectionConfig[];
|
||||||
site_info?: {
|
site_info?: {
|
||||||
title?: string;
|
title?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user