aem-core-wcm-components
aem-core-wcm-components copied to clipboard
[List] Image policy when displaying items as teasers
When listing the items as teasers, the image policy isn't found.
Possible solution: The virtual teaser image component should have a resource path that inherits from the list component.
(SITES-2047)
Until we fix it in the Core Components, following work-around may be used:
- in AEM, create a policy for the Image component by editing the page template. This creates a template policy at e.g.
/conf/core-components-examples/settings/wcm/templates/content-page/policies/jcr:content/root/responsivegrid/core-components-examples/components/image - in CRXDE light, copy the policy node above and paste it below the
<template-path>/policies/jcr:contentnode e.g./conf/core-components-examples/settings/wcm/templates/content-page/policies/jcr:contentand rename itcq:featuredimageThis will make sure that the Image policy is picked up for the featured image of the page.
@adobe export issue to Jira project SITES as Bug
:white_check_mark: Jira issue SITES-2129 is successfully created for this GitHub issue.
Is this still being worked on?