@acorel/contentful-integration
Version:
Contentful integration with SAP Composable Storefront by Acorel
11 lines (9 loc) • 377 B
text/typescript
import {CmsComponent} from "@spartacus/core/src/model/cms.model";
import {ContentSlotComponentData} from "@spartacus/core/src/cms/model/content-slot-component-data.model";
export interface CmsContentfulContentSlotComponent extends CmsComponent {
name?: string;
components?: ContentSlotComponentData[];
style?: string;
background?: string;
backgroundColor: string;
}