Can someone help with finding the source / jar for com.day.cq.wcm.scripting.impl.WCMBindingsValuesProvider ?The "currentPage" property will be set in SlingBindings when I set a page resource path for the ValueMapResource but the currentStyle is yet empty. I would like to understand what is missing t...
I think I have the good question which I don't know the answer yet for:what s the prerequisite for com.day.cq.wcm.scripting.impl.WCMBindingsValuesProvider so that it can calculate "currentStyle" for in the SlingBindings?
Thanks a lot @HrishikeshKagne for the detailed suggestion, this is the same approach I tried TBH.The issue is that the request will be wrapped into a ResourceOverridingRequestWrapper before resolving to a model. That wrapped request has this logic:ResourceOverridingRequestWrapper(SlingHttpServletRe...
Hi AdobeTeam,I have created- a custom resource type which is inherited from the core resource type "core/wcm/components/navigation/v2/navigation",- the respective Sling model exporter which contains the following annotation: @Self@Via(type = ResourceSuperType.class) private Navigation navig...
Hey,I would like to uninstall some packages (after doing some renamings in the project from the sample package names to custom ones). The "uninstall" option having on local for the same package is missing on our cloud instance.Can you please suggest what do I miss?Thanks,Peter
hi @sravs ,thanks for the reply, are you sure it is?When I rename that card.jsp to /libs/cq/gui/components/siteadmin/admin/templates/card/card_.jsp (added underscore) as a test, the cards are still loading with the actions.
Hey,I would like to customize page templates' quick actions in card view (i.e. changing the edit url) at e.g. http://localhost:4502/libs/wcm/core/content/sites/templates.html/conf/wknd-spa-react when hovering the mouse.Can you please help where I can do that?Thanks,Peter