Hello everyone, I was checking some tutorial for creation of AEM tools. Let me know, if anyone has link to study more about AEM tool.FYI: I was referring to this tutorial. But, no luck https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/creating-tool-page-in-granite-ui-for-ae...
Hello there,I have a workflow that conditionally will be triggered once "cq:lastReplicationAction == Activate"Issue is:this property is stored with this value, and therefore does not represent exclusively when the page was published. therefore any other action such as submitting a dialog will also t...
I have created a Navigation component by extending the core navigation component. So now i want to add my custom clientlib to my Navigation component. how can i do that ?
Hi all, What content does AEM Content transfer Tool transfer? We have two types of content: 1. AEM Assets content like images, pdfs. 2. AEM Templates, Components, created pages, Content/Experience Fragments, etc. Both these are stored in AEM Assets only. Which of these two does it transfer...
We recently upgraded AEM version in a lower environment from 6.5.13 to 6.5.19. After that we are seeing values not being displayed inside multifields used in our website's page properties and Global Content properties. Values are present and can be clearly seen in JSON format in CRX DE.Last time whe...
Hi all, I am trying to mock this request to return a resource, resolver.getResource("/content/project/en/home/products/p1")Able to get the resource object inside my test class but on invoking my actual method it returns null. Any pointers would be helpful. In my Test class:lenient().when(resourcere...
Below remote dam configuration is working for QA environment , to enable remote dam configuration for dev environment should i have different credentials than below {"jcr:primaryType": "nt:unstructured","jcr:title": "Connected Assets Configuration","remoteDamMountPoint": "connectedassets","local...
Hi, I am trying to write test for custom image component. Here is the model impl @Model( adaptables = SlingHttpServletRequest.class, adapters = {Image.class, ComponentExporter.class}, resourceType = ImageImpl.RESOURCE_TYPE, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONA...
Create a separate clientlib for an individual component or write the whole code inside clientlib-site ?I have seen in WKND project they have written all the css for components inside clientlibs-site and including that clientlibs in page properties.So is this a prefered way ?