Looking for best adobe practices and recommendations. 1. We have pages in en-us with the live copies maintained in locales eg es-es. 2. We add a component in en-us and do the rollout which makes the component available in the live copy locale es-es with cq:LiveRelationship property.3. We submit ...
Hi,I am using image core component (v2) to display image and for large size image Image core component is unable to display the image.I am attaching the exception screenshot.Please respond if there there is any solution anybody has. Thanks
I want to use GraphQL to query content fragments in specific folder location. Can I do it using GQL or would that only be possible in QueryBuilder API?
So I have a query like this: query { articlesList(variation:"spanish") { items { _path, title, } } } This works fine but if I don't have a Spanish variation for a specific `Article` content fragment then it returns the master variation. However ideally I want it to r...
Can someone brief me and help me decide which one to go with between AEM QueryBuilder Vs AEM GraphQL API? I see that you have option of persistent queries in GraphQL do we have any caching options in QueryBuilder? How can we leverage it to the fullest?Would using QueryBuilder against GraphQL mean ...
I am trying to hit https://author-p69802-e616155.adobeaemcloud.com/api/assets.json (Assets api) using my adobe credentials but getting error. I have implemented the certificate also.
How is the version of core components managed on AEMaaCS ?Does it only get updated when the new SDK is released ?Or do we need to manage it via our code's pom.xml ? We have added core components as a dependency but I think this is only for CI/CD.
Hi all I am using AEM 6.4 and currently doing Classic ui to touch ui dialog migration My Component is not showing in touch ui page once i drop my component in page means its showing in content tree only all the component functionality is working fine but only one thing is if we need to author the di...
I want to query in AEM and get all those records where a specific value exists: type=cq:tag path=/content/cq:tags/home p.limit=12 p.offset=0 p.hits=selective p.properties=jcr:title jcr:title.es Here I want to query only those tags where `jcr:title.es` exists. How can I write the query for the s...