I'm using the following curl command to make changes into the content fragment through curl. curl -i -X PATCH \ 'https://{bucket}.adobeaemcloud.com/adobe/sites/cf/fragments/{fragmentId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'Content-Type: application/json-patch+json' \ -H 'If-Ma...
Hi TeamWhen inputting a newline character (\n) in any text field of an AEM content fragment, the JSON output shows \\n instead of \n. This leads to inconsistencies, as the UI displays the newline correctly, but the JSON response doesn't reflect the intended formattingHow to address this any advise.T...
Hi Everyone,Currently, in my project, we handle URL shortening using dispatcher rules like below.Example: www.domain.com/us/en/testpage.html -> internal redirect to /content/project/us/en/home/testpageNow, we have a new requirement: we need to achieve this without using a dispatcher rules.Example:If...
Am having 2 ListOList objects as below assuming both are of same size eachwhere as while rendering the loop in HTL i need to render mydomelement loop and get even the mydommeta value of same index.example : <div data-test-value="${mydommeta}" gets fails to instantiate without any list or doesn't eve...
I know that when I go to publish a page I can either select "Now" or "Set a future date".Is it possible to publish an XF or CF that is on a page, alone? In other words, I have a live page in production but I add an XF or CF to the live copy and want to set a future publish date as well as a future r...
Hello, I am attempting to reformat a website to appear analogous to an older version of the site hosted on Wix. There, the site has a short, 10 second MP4 that plays behind some text. I believe I can accomplish the text overlay, but placing in the MP4 on the site as a Hero Image is proving to be a c...
Hey , i have a requirement where in a component i have dialogues to enter Brightcove Player Id, Brightcove Video Id and Brightcove Account Idnow in the backend like ata the model class level i just need to read these value and fetch thumbnail for this video, its is possible to do that in java code ...
Hey Team, We are trying to use the Edge Delivery Service GitHub template for our website to enable AEM Site Universal Editor authoring.Our approach is as follows: we have a Site_A repository, a Site_B repository, and a common repository. We would like to create a component in the common repository...
I have a CF model linked to a CF folder under DAM. When I create a CF manually using the Touch UI, it works perfectly, and I can create and retrieve the CF successfully. However, when I try to create a CF using the Asset API, I receive a 500 error response. Upon checking the logs, I found the follow...