SAP Spartacus里的不同种类的CMS Componen
2020-11-24 本文已影响0人
华山令狐冲
三种类型的CMS Component type:
(1) CMS Component type
(2) JspIncludeComponent(也叫FlexComponent)
(3) Container Component


从Chrome开发者工具里找到ProductDetailsPageTemplate这个模板:

这个template里定义的Tabs slot和里面包含的Component:

Tab container里包含的子Component:

TypeCode:CMSTabParagraphContainer
ProductDetailsPageTemplate在b2c-layout-config.ts里的配置信息:

CMSTabParagraphContainer的实现:
