I'm using AEM 6.5 service pack 6.5.4.There I don't have the option to chose multiple element in Content Fragment when I try to render it on a page. I'm referring the below attached image there user can chose either multiple element or single element but my one always has single element option. Any ...
Hello experts, I am getting the following error when trying to get the access token using the AccessTokenProvider.getAccessToken() method. I am passing the proper parameters, resourceResolver generated from User, user id and claims as null. Below is the screenshot of the error.
Hello AEM Guru, We have many versioning documents available but still have few queries. I am new to AEM and have to implement clientlibs versioning as with every deployment client libs are not getting updated in the normal browser even after flushing the dispatcher cache and CDN cache. Tried to imp...
Hello AEM Guru, We have many versioning documents available but still have few queries. I am new to AEM and have to implement clientlibs versioning as with every deployment client libs are not getting updated in the normal browser even after flushing the dispatcher cache and CDN cache. Tried to imp...
Hello Community - I am setting up the siteId based on the domain and would like to load different content specific to each domain.<sly data-sly-test="${!wcmmode.edit}"><script type="text/javascript">if (location.hostname.indexOf("company") > -1) {var siteId='company';}if (location.hostname.indexOf("...
We have recently implemented the below successfully with our partner sandbox AEM as a Cloud Service environment 1. Built project A & B with internal jenkins & deployed them to our internal nexus2. Created a new wrapper project C with an all package only which embeds project A & B's all artifacts3. ...
I have a page that is created using an editable template and I have added a Header component to the page. The header component.html is having parsys ("foundation/components/parsys"). when I try to add a component into the Header component parsys I don't have the option to add rather, I have an optio...
Hello All, I have a component called SecondaryNav and SecondaryNavReference and both are having CQ: dialog. In, SecondarNavReference component I'm just calling the SecondaryNav Component via data-sly-resource.On the page, I have drag and drop the SecondaryNavReference component and I'm able to see ...
This would seem like a pretty basic responsive design requirement, the ability to hide an element for one breakpoint and have it still visible for another. Why in AEM if I hide an element for Desktop, is it automatically hidden for all other breakpoints? AEM seems to really be behind the curve with ...