The Sites tool at /sites.html has a left rail that can display "Lent Content" references for a selected page. What is considered Lent Content and is there some kind of osgi configuration it requires? I couldn't find any documentation on it and perhaps someone might know its purpose. References Panel
I am trying to upload an asset to my local AEMaaCS instance using the Asset Upload Api (specifically with the aem-upload node package). When I make the request I am not getting the URI that the document says I should.Here is the request that I am using:const encodedAuth = Buffer.from(`${username}:${...
public class ListImpl extends com.adobe.cq.wcm.core.components.internal.models.v1.ListImpl implements List Is it possible to do same in a client aem project or extending core models restricted to core aem project ?
Hi, Could you please provide inputs on the below What parameters could I check across on to see AEM instance is performing well. How could we improve performance on AEM instance. So in this way the AEM could respond back well to any request on the website. Regards,Srinivas
Hello Community, I'm facing issue where the Close caption is working in the author environment and doesn't work in the publish environment. What can be the causing issue? This is happening on aem as cloud services. How we can check that from the log file? I don't have any logs for it.
Actually, I am struggling to implement if condition logic in a component. When I execute the below syntax, it is not working.<a href="#" class="${properties.modalBehavior == 'sideOverlay' ? 'side-overlay-link' : ''} ${properties.modalBehavior == 'sideOverlayTable' ? 'side-overlay-link' : ''} ${prope...
Good Morning Dear Friends Recently I joined dotSource as an Adobe PreSales Consultant.I have to prepare a pitch for AEM Sites.Initially, this Pitch is just for internal use. After rehearsal and having approval from management I will customize it according to our prospect.Could you please advise wher...
Hello all, I am trying to create a custom image component for that I need to get and display the image on the AEM page. In what are the ways I can do this and how to do? I tried with valuemap but not getting the exact results. Can anyone help me?