Hello All - Following clientlibs are getting loaded in publish eventhough it is not added as part of our project specific clientlibs. Becasue of these clientlibs loading, it is causing issues with project specific clientlibs. is there a way to restrict these clientlibs in publish. /etc.clientlibs/cl...
Hello All - I have an issue with responsive grid that is working in desktop but not in mobile and tablet breakpoints. This is happening in 6.4 version. the same settings is working as expected in 6.5. I see the errors in the console if I resize the component. Can somone please help to resolve this i...
Hello All, I am trying to see if it is possible to cache the header and footer in dispatcher so that when any page is called for the first time, at least the header and footer is used from the dispatcher cache created from first page that was hit on the site.I found that if we do <sly data-sly-resou...
Team, I am unable to open any edit dialog for aem components.Please let me know if there any service pack needs to installed for AEM 6.5 instance. 1)Clicked configure icon 2)Displayed JS Error in browser console. Thank your help in advance.
Hello All - I am using experience fragment in AEM 6.5. Below files are not required but they get added in the publish instance even if it is not part of my include clientlib category. This is causing unwanted network calls. In my custom component, it is pointing to sling:resourceSuperType:cq/experie...
Hi , I am using MockitoJUnitRunner for Junit . I having the below code in java :-User currentUser = request.getResourceResolver().adaptTo(User.class);if(currentUser.isAdmin())return;Iterator<Group> currentUserGroups = currentUser.memberOf();while (currentUserGroups.hasNext()) {Group grp = (Group) cu...
How to add Custom WF for Publish Page (in Page Properties Dropdow)I did an ovelay of /apps/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/publish/granite:dataand /apps/wcm/core/content/sites/publishcompagewizardBut its not work...
Hi All, I got following use case and looking for options as well clarity on sling rewrite transformer factory, transformer. mobile app will access AEM site urls with a query parameter "mobile=true" and header, footer needs to be hidden. options:1. append query param "mobile=true" to all anchor eleme...