SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
744 stars 389 forks source link

Create ContentSlot interface in cms/model #710

Closed WeizhengSap closed 5 years ago

WeizhengSap commented 5 years ago

It should have these properties:

{uid: string;
    uuid: string;
    catalogUuid?: string;
    components: {
       uid: string;
       typeCode: string;
       uuid: string;
       catalogUuid?: string;
    }

Apply this interface in the CmsService.

WeizhengSap commented 5 years ago

PR: https://github.com/SAP/cloud-commerce-spartacus-storefront/pull/717