1. 程式人生 > 其它 >SAP Commerce Cloud Backoffice CMS 裡的內容一覽

SAP Commerce Cloud Backoffice CMS 裡的內容一覽

Website

id 為 electronics-spa,


site 屬性:

  • base store id
  • default catalog

分配的 theme 和 channel:B2C or B2B

這個 content catalog 和開頭的 default catalog ID 都不一樣:

site 的初始頁面是 Homepage:

url pattern:

site map configuration:

Metadata:CMSSite

可以在 Hybris Administration console 裡使用 flexible search 檢視這條記錄:

select * from { CMSSite } where pk = '8796093252648'

Page

頁面型別:

  • Catalog page
  • category page
  • content page
  • product page

一共四種。

使用 flexible search 查詢:

select * from { CMSPageType } where p_extensionname = 'cms2'

結果:

page

找到 SAP Spartacus 啟動時載入的頁面:LandingPage2Template

page template 可以放置多個 content slots:

pk:8796113699892

Page template 和 分配的 content slot

select * from { ContentSlotForTemplate } where p_pagetemplate = '8796113699892'

12條記錄返回:

返回的是右邊已經分配的12個 slots:

page

SAP Spartacus 啟動時載入的正是 homepage,基於模板:LandingPage2Template

有兩個 content slot tab:

available slots:

SiteLogo; HeaderLinks; SearchBox; MiniCart; NavigationBar; Section1; Section2A; Section2B; Section2C; Section3; Section4; Section5; Footer; TopHeaderSlot; BottomHeaderSlot; PlaceholderContentSlot; SiteContext; SiteLinks

下面的應該是 content slot relation:

home page pk:8796129854512

content slot

slot 可以存放一個或者多個 Component:

Content slot relation per page

一個 slot relation 包含的屬性:

  • position
  • 所屬的 page
  • 所屬的 content slot

資料庫表為 ContentSlotForPage

比如 homepage 分配了 8 個 content slots:

Component

typeCode 對應的 Angular Component 的對映關係,在 SAP Spartacus 原始碼裡維護:

更多Jerry的原創文章,盡在:"汪子熙":