美文网首页SAP
SAP 电商云 Spartacus UI 的双重 layout

SAP 电商云 Spartacus UI 的双重 layout

作者: 华山令狐冲 | 来源:发表于2021-11-27 08:00 被阅读0次

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的原创文章,尽在:"汪子熙":


相关文章

网友评论

    本文标题:SAP 电商云 Spartacus UI 的双重 layout

    本文链接:https://www.haomeiwen.com/subject/qgaealtx.html