intershop-pwa
intershop-pwa copied to clipboard
feat: blog functionality managed via Intershop CMS
PR Type
[x] Feature
What Is the Current Behavior?
The Intershop PWA does currently not provide basic blog functionality that can be manged via the ICM CMS.
What Is the New Behavior?
This pull request provides the basic functionality to render a list of blog articles assigned to a given include (we currently use include.general.01.pagelet2-Include for showcase purposes) as abstracts with a link to the blog article detail page where the whole article content is rendered.
Does this PR Introduce a Breaking Change?
[x] No
Todo
- [ ] Visual Design + Interaction Design (currently only a draft)
- [ ] dynamic article listing
- [ ] article filtering
- [ ] tests
Other Information
For managing and rendering of blog articles the fitting (currently non ICM standard) cartridge needs to be added in the ICM backend - app_sf_blog_cm
.
Requires ICM dynamic slot/include (PageletPipeline with CallParameter) handling. AB#76688