Hi, cc @Jörg_Hoh @kautuk_sahni, https://experienceleague.adobe.com/docs/experience-manager-65/release-notes/release-notes.html#known-issues When trying to move/delete/publish either Content Fragments or Sites/Pages, there is an issue when Content Fragment references are fetched, as the backgr...
We’re trying to replicate/duplicate 70+ articles which use a template with an experience fragment as header. We want to duplicate, not replace, the same articles and content but using a different experience fragment as header. Here are the steps we tried to replicate the article with different ex...
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 ...