Details The features in this release focus on Experience Manager Assets and Site innovations and include the following: AEM Assets: Assets Interface ExtensibilityContent Hub Asset Rendition AvailabilityDynamic Media: New rendition panelDynamic Media with OpenAPI advanced image modifiers & prese...
I faced an issue where jcr:uuid is not generated if we publish a page using manage publication, but not if we publish using quick publish. Upon investigation, we discovered that when we publish using quick publish, "mix:versionable" is added to the jcr:mixinTypes property. As a solution, I am trying...
As an Adobe Experience Manager (AEM) developer, understanding HTTP cache headers is essential to optimize content delivery, enhance website performance, and ensure a seamless user experience. Cache headers play a critical role in controlling how content is stored and served by browsers, and intermed...
I have to show and hide few fields of the component dialog based on the template in which page is created.for this im triggering clientlibs and making show and hide fields using js (show and hide works fine) but how to get template details to the js to make it work as per my condition?
When using Adobe Experience Manager (AEM) as a Headless CMS, ensuring an efficient caching strategy is critical for delivering high performance and scalability. A robust caching mechanism helps reduce latency, offload server requests, and ensure that the end-user experience is seamless. This blog ex...
Is there documentation to run vanilla graphql queries using say ApolloClient?In my usecase, my content fragment schema has 350+ elements in it. UI Head is a reporting react app, allows users to choose columns and graphql query must load results. Page load pulls only 10 elements and allows users to d...
Hi Team I have created a component and dialog contains one RTE and I want to set default value for it. I have tried emptyText, defaultValue, value but nothing is working. Below is my xml. Please check and advise.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr...
Hi All, Please help me to get this solved . I am using Adobe Experience Manager 2024.11.18598.20241113T125352Z-241100 version and aem-sdk-dispatcher-tools-2.0.232-windows dispatcher for my local development. The problem is i have many custom rewrite files and when i include them in vhost file i get...
I'm facing below issue, where in one of the Author, when editing the page to link the 'Content Fragment Data' to the page element, but I'm not seeing the 'Edit' and 'Configure' icon. 'Configure' icon (Second Icon below) let us link a 'Data Element' that was authored with 'Content Fragment' to the '...
I would like to create a dialog with three fields and a checkbox. If deselected it must hide the fields, if selected show them. I would also like a version without js.