From sling Model I'm returning the list of json objects like the below[{"day":"Monday","from":"10:00","to":"21:00"},{"day":"Tuesday","from":"10:00","to":"21:00"}]Instead of pojo I want to read the data in sightly.<sly data-sly-list.workingHours="${item.workingDays}"><p>${workingHours['day']}:from ${...
I see webp image formate is supported in AEM with Dynamic media Scene7 mode. Do we have webp support for "Dynamic media-hybrid" mode as well? Please clarify. Thanks,Vaibhavi
Hi everybody, I created a custom context hub with a custom store in AEM 6.5.10. To have access to the store properties in a component like "Comparison Property - Value" for a Context Hub Segment in area Personalization > Audiences > Brand, I have to set the the custom Context Hub path in page proper...
Hi Experts, Can we create an Experience Fragment with Angular SPA on 6.4.8? If yes could you please provide any sample/github url for the same. Regards,Prathap
HiI would like to know if and why do I need the NotNull Constraint when implementing onChange in ResourceChangeListener. Here is the code: public class ComponentCampaignCleanupListener implements ResourceChangeListener { private static final Logger logger = LoggerFactory.getLogger(ComponentCampai...
I am trying to push the AEM package from Dev to QA via a custom workflow process step, and it should not be installed in QA. When I used Replicator to achieve this, it installed the package in QA. When I used Curl Command It was giving exit code 26—https://everything.curl.dev/usingcurl/returns Kind...