Hi Team I want to set the redirection on xyz.com, all the pages of xyz.com will redirect to abc.com. please let me know what and where do I need to write code. in vhost file. Thank You in advance.
Hi All, We are in process of implementing the Content fragment Asset API, hence want to know the rule to be applied in dispatcher to only allow /asset/api json. At present we have set a rule as { /type "allow" /extension '(json)' /method "GET" /url "/asset/api/*.json" } is this valid or any other r...
Hi all, We have a use case where we want to upload some files to the DAM from an AEM service.The service is using a 3rd party API to generate some images which are stored externally stored (AWS S3). The service has the URLs for these images. We'd like to get then get these images into the DAM. T...
Hi All,We have implemented Google Analytics component as given in the below URL:https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/extending-cloud-services/extending-cloud-config-custom-cloud.html?lang=enActually we have implemented this in AEM 6.2 few years back ...
Hi All, I have a requirement to make the featured image mandatory on AEM cloud instance, so that the authors will be forced to upload the image at the time of page creation. I tried by adding required {Boolean} true to the file, but I can only see the '*' sign shown up next to the Image field name...
I am trying to save form data in an AEM repository node (CRXDE Lite) and I am trying to figure out how to do so. I know that the standard form component allows you to save the data in a folder called "user-generated", but when data saves, the data is stored in a folder inside of user-generated that ...
Hi, I have been using the replication-workflow-process (https://github.com/cqsupport/replication-workflow-process) to trigger a replication from one AEM author instance (source) to another AEM author (destination) via a workflow process step. Everything is working as expected except when attempting ...
Hi, I have a layout container within a template for an experience fragment and added components into it. Now i have a component-A that can have nested components within it. This is based on editable templatesLayout container -> contains componentA and component A can have a set of new components ...
Hi AEM Community, We are using i18n data dictionary in our project wherein the dictionary are hosted at the path - /apps/projName/i18n. This node has 3 files - en-US.json and en_us.json. On Dev and Stage environment the json is loading correctly. On Production environment, we are getting the bel...