My content fragment looks like: And I am trying to add a content fragment to one of my asset folders like this: POST `https://<HOST>.adobeaemcloud.com/api/assets/rallyhealth/ichabod/en/dev-migrations/test-cfx.json` BODY: { "properties": { "description": "This is a Mutation Example", ...
Hi all, I having the issue with limiting the number of fields in touch ui In my scenario the multifield values are storing as JSON array and maximum number of fields added in the multifield is 6. If they try to add more than six field mean that time i want to give a pop-up alert message that shown...
HiI need to add custom validation for a number of characters in name of the file in the AEM 6.5 asset upload,so a file with a name of more than a certain no of characters cannot be uploaded. Any help would be greatly appreciated,Thanks
Hi, Here, We can see that nothing is loading in user suggestions. I have added my user to administrators group as well. /mnt/overlay/granite/ui/content/coral/foundation/authorizable/autocomplete/suggestion.0.10.html?_charset_=utf-8&selector=user&serviceUserFilter=exclude&impersonableUserFilt...
When I use the DataType of Tags in the Content Fragment Model and reference it from GraphQL, it returns the tag path (e.g. my-sites:tag-layer1/tag-layer2).How can I get the name of the tag (jcr:title) from GraphQL in addition to the tag path?
Hi, When we try to create the Dynamic Media Configuration, After entering our email address and password, we were able to access the company and company folder and fill out all of the necessary fields. However, when we clicked the "Save" button, we received the error message, "ERROR Failed to Save...
Hi All, I am working on FAQ component which displays frequently asked questions as accordion items. For this, I leveraged accordion rendering, js by having "html" similar to core wcm accordion.html. One need I have is : by default all accordion items needs to be in collapsed state. On expanding...
I have a tree structure of /content/yyyy/mm/dd where article pages reside under the dd directory. If I execute this query in crx/de: you can see it returns 196 nodes/pages. If I execute the query using this block of code: QueryManager queryManager;QueryResult articleCollection;queryManager = sessi...
We have 10 different disclaimers we list on various pages as text in a footer. Some pages have all 10 listed and some may only have 7. Is there a way to implement an experience fragment that would allow us to select which disclaimers we want to appear on a given page? Or would I need to create a ver...