I have an image drag and drop field. Upon dragging image i want the image alternative text to be inherited from DAM and show up in the dialog field below. How to go about this? Any help appreciated
I am using the below richtext inside content fragment model. Its working fine in the content fragment created using the model.But model itself is not loading properly and we are unable to edit it too. Any issue in the below xml ? <richText jcr:primaryType="nt:unstructured" sling:resourceType="...
In my current AEMaaCS setup, I’ve created a scheduled Sling job to make daily calls to an external API, storing the API response in the repository at /var/api-data. Here’s a breakdown of how it works:A scheduled job runs once a day to call the external API.The API response is stored under /var/api-d...
I am working on a POC focused on migrating a large set of cross-domain redirects to AEM as a Cloud Service. My organization currently operates two websites:Website A (main site): Currently hosted on Brightspot and in the process of being migrated to AEM Cloud (about 30% complete).Website B: Hosted o...
Hey guys, My RDE environment in cloud manager is showing RDE as "Deployment Failed"However, the aio:aem:rde install command is not reporting any such issue,Checking the developer console it shows the pod as active -If I try to open the author or publish service I get the below - Any help why the dis...
Hi everyone, I´m trying to minify the clientlibs for my AEM cloud project. I achived the goal in my local environment by adding the next osgi config:com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl.cfg.json { "htmllibmanager.minify": true, "htmllibmanager.gzip": true, "htmllibmanager.d...
Good morning, on an Adobe Aem portal when you call the url home adding “/content.xml” the Cms returns an xml of many gigabytes.What is the “/content.xml” interface for and is it possible to block it? Thanks
Hi, I have multiple domain setup on dispatcher each domain is configured in separate vhost file and farm files. When i publish page on author, cache invalidating is not happening. may i know how to set up cache invalidation for multiple domains?