feat: add section content editing, animation selection and HTML5 drag & drop in live editor
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m0s
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m0s
This commit is contained in:
@@ -18,6 +18,7 @@ export interface SectionConfig {
|
||||
title?: string;
|
||||
subtitle?: string;
|
||||
badge?: string;
|
||||
animation?: string;
|
||||
elements?: UIComponent[];
|
||||
}
|
||||
|
||||
@@ -45,11 +46,13 @@ export interface SiteConfig {
|
||||
ctaPrimaryLink: string;
|
||||
ctaSecondaryText: string;
|
||||
ctaSecondaryLink: string;
|
||||
animation?: string;
|
||||
elements?: UIComponent[];
|
||||
};
|
||||
bento: {
|
||||
sectionTitle: string;
|
||||
sectionSubtitle: string;
|
||||
animation?: string;
|
||||
cards: Array<{
|
||||
id: string;
|
||||
title: string;
|
||||
@@ -57,6 +60,7 @@ export interface SiteConfig {
|
||||
colSpan?: number;
|
||||
badge?: string;
|
||||
icon?: string;
|
||||
animation?: string;
|
||||
}>;
|
||||
};
|
||||
contact: {
|
||||
|
||||
Reference in New Issue
Block a user