HiI am adding menu item components in the header using container component. Instead of the menu item components appearing in the Editor one under another I would like them to appear in a grid beside each other. How can I do that? <sly data-sly-resource="${@ path='headerMenuItems', resourceType='xx...
I am programmatically creating a hello.txt file and it works fine as expected but it is not working when I try to update the same file again.For example, I have "hello world" in hello.txt and now I am trying to update this to "hello world 1" but it is not updating. public void createFile() { t...
For experience fragments, dealing with the template structure, header and footer, it works as expected. When the experience-fragment lives inside of the editable template structure, the localization all works.Adobe documentation suggests:FallbackThe Experience Fragment Component will attempt to find...
Hello Team, 1: Caching sling model response:From my sling model, I am hitting the 3rd party API. (API response will be same for, say 1 week). So, is it possible to cache the sling model response? https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/sling-model-caching/m-p/437949...
Hi all, I am watching AEM Architect Training videos at Adobe Experience Manager Training Architect Please suggest where I could get the code and packages for these videos, enabling me to repeat them myself. Appreciate all your responses. Thanks,RK.
Hi All, I've create new 6.5 instance and try to setup context hub for personalisation however the segmentations are not getting resolved. can someone advise what could be the issue. Thanks
Hi Team, I have implemented a event handler which executes on replication of page . Now I want event handler to be excluded for one specific use case while i am publishing the page. How to implement this?
Hi All, I have class like this which is using the constructor, can anyone please suggest me how to write a JUNIT for the constructor. public class ABCModel extends XYZlManagerModel {public ABCModel(String pagePath, Resource resource, LabelManagerFactoryConfig config) { super(pagePath, resource, c...
Hi All,To push the asset from AEM to a Google cloud bucket, I'm attempting to develop a custom workflow logic. To set the service account, project key, and bucket name, I have made an osgi service configuration. I also updated the pom.xml file with the dependencies. However, I am still having troubl...
Hi all, What is the purpose of Sling Dynamic Include?I read that it helps caching at dispatcher.In general dispatcher is meant for this purpose along with Load balancing,What other benefits does it have? Could you share a couple of use cases where Sling Dynamic Include helps and what would it be wit...