SAP Spartacus PagelayoutComponent里的section和slot

时间:2022-07-26
本文章向大家介绍SAP Spartacus PagelayoutComponent里的section和slot,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

在PagelayoutComponent里增添一些打印信息:

运行时的template列表:

header

LandingPage2Template

footer

这三个sections定义在layout-config.ts里:

sections里包含page slot:

以下图header section里包含的slots为例:

header: {
      lg: {
        slots: [
          'PreHeader',
          'SiteContext',
          'SiteLinks',
          'SiteLogo',
          'SearchBox',
          'SiteLogin',
          'MiniCart',
          'NavigationBar',
        ],
      }