Hello Community - We are using HTL Use-API to get the cookie value from the script and printing the value in the component. For some reason, it is not working as expected and it retains the previous selected value. AEM document says "Use-API" could be slower. Is there any way to use the return value...
@Vijayalakshmi_S - Thank you so much for your inputs. The issue is resolved. It looks like the deleted bundle reference was still in the registry. Whenever I delete any bundle from the console and verify the packages used by the bundles by using depfinder, I could see the deleted bundle reference wa...
Hello Community - I have some issues with the bundles which is causing the issues with authoring the components in the project. The bundle has several sling models and servlets in it. If I install the same bundle in my local, I am able to successfully activate the bundles, activate the models and se...
I am using RTE, Image and also Layoout Container. The issue is intermittent. Moreover, when the resizing us not applied, I could see the offset and width values are stored as “NaN” in the JCR for the viewport.
Team,I had another query opened but I was closed. how to query JCR to get results in random order. For every query of JCR, the results should be in random order. Like in SQL where there is order by rand(). Could someone help with this. path=/content/we-retail1_property=sling:resourceType1_property....
Thanks everyone, the sort by last modified worked perfectly. My another question was how to query to get results in random order. For every query of JCR, the ordey by should be random. Like in SQL where there is order by rand(). Could someone help with this.
Hi Arun - Thanks for the response. I can see the clientlib is getting loaded in "View as Published" mode as well. I have verified the less files and the compiled css and don't see any issues. I have even rebuild the clientlibs several times and also changing the category to different name as well. I...
@Vijayalakshmi_S- We are using responsive grid component(wcm/foundation/components/responsivegrid) to resize the component and the template is not based on editable. temppate. If we try to resize the component, the resized breakpoints are captured in the JCR properties but the resizing is not happen...