Welcome to the Intershop Commerce Management (ICM) Headless Customization. The ICM Headless Customization extends the ICM Application Server with the CMS content model artifacts that are used in the Intershop PWA.
This document provides important product information, including version information and dependencies. It also outlines the basic setup steps.
Intershop Commerce Management | ICM Headless Customization | PWA |
---|---|---|
12.0+ | 2.+ | 5.+ |
Also have a look at Reference - ICM 12 Release Versions for versions that are released and tested together.
The following table lists the cartridges contained in the ICM Headless Customization:
Cartridge | Description |
---|---|
app_sf_base_cm | Application - Base Content Model |
app_sf_pwa_cm | Application - PWA Content Model |
Follow the basic setup of ICM 12 customization described in Concept - Customization - Deployment - ICM 11+ to add the customization cartridges to ICM and to the cartridge list.
Add the ft_headless feature to the cartridge list:
environment: CARTRIDGE_LIST: ft_icm_as ft_headless ft_solr_cloud ft_demo_search
Add the ICM Headless Customization to the customizations section of the Helm chart:
... customizations: headless: repository: intershophub/icm-as-customization-headless:2.0.0 ....
fix: Make content pages publicly available for sitemap generation (#94822)
chore: improved content model naming and descriptions etc.
Changed the Display Name of the “Static Content Page Component” to “Static Content” component (component.shopping.staticPage.pagelet2
)
Changed the description of the “Static Content” components “Navigation Depth” handling to fit the new client side rendering behavior (see https://github.com/intershop/intershop-pwa/pull/1603 for changed behavior description)
feat: add CMS navigation component model definitions (link, page, category)
These new content model definitions are required for the PWA feature: https://github.com/intershop/intershop-pwa/pull/1266
feat: allow more component types in the standard pagevariant content slot and the general includes
fix: sync headless content model of ICM 11 with the latest changes from 7.10