- SAP 电商云 Spartacus UI 从 CMS 取回 sl
- SAP 电商云 Spartacus UI 的 Product C
- SAP 电商云 Spartacus UI 的双重 layout
- 网站上的 breadcrumb 使用场景浅析
- SAP UI5 sap.ui.vk 命名空间内的控件介绍
- HTML 按钮(button)的 disable 属性和 dis
- SAP 电商云 Spartacus UI 产品搜索结果的设计明细
- SAP 电商云 Spartacus UI Proxy Facad
- Angular @Injectable 注解的工作原理浅析
- 关于 Angular 部署以及 index.html 里 bas
CMS page API 负责确定 template 显示哪些 slots,slots 显示哪些 Component:
在 Spartacus layout-config.ts 里,也能定义每个 template 应该显示哪些 slots:
并且能够定义一些全局 section 比如 header,footer 里显示的内容:
在 Spartacus 层面 layout-config.ts 里定义的 pageTemplate - slots 的关系,相比 CMS 后台具有更高的优先级。
从 layoutSlots 这个数据结构的 where used list 也能看出,Spartacus 代码对它全是读操作,而没有写操作,证明 CMS page API 返回的数据,作用更大的应该是 slots 里包含的 Component 信息,这个是 Spartacus 层并未维护的。
更多Jerry的原创文章,尽在:"汪子熙":
网友评论