title | issue | author | author_email | author_github |
---|---|---|---|---|
Preview entity does nothing on listing page layouts |
NEXT-19403 |
Niklas Limberg |
NiklasLimberg |
- Deprecated the template ref
cmsDemoSelection
insw-cms-sidebar.html.twig
as it's unused - Added constant
TYPE_MAPPING_ENTITIES
tosw-cms.constant.js
- Deprecated the computed
cmsTypeMappingEntities
insw-cms-detail/index.js
as it's replaced by the constant above - Changed
product-listing/component/index.js
to display thecurrentDemoProducts
in thecmsPageState
- Changed
sw-cms-detail/index.js
to load up to 8 demo-products in given category - Added the property
currentDemoProducts
and the required mutations to thecms-page.state.js