Skip to main content

Ideas

Filter by idea status

10000+ Ideas

One Content Fragment to manage all LanguagesInvestigating

Request for Feature Enhancement (RFE) Summary: Improve multilingual content management in AEM by enabling a single content fragment to support multiple languages/locales through a tabbed or variant-based interface. Use-case: Our content authors manage over 500,000 content fragments across 12 languages. Currently, each language requires a separate content fragment, resulting in significant manual effort and complexity when performing routine tasks such as updates, moves, deletions, and publishing. Current/Experienced Behavior: AEM requires a separate content fragment for each language or locale. Authors must manually replicate actions (e.g., move, update, unpublish, delete) across all language versions. Shared fields must be updated individually in each of the 12 language-specific fragments. This leads to a high risk of inconsistency, increased maintenance overhead, and a time-consuming authoring experience. Improved/Expected Behavior: Enable a single content fragment to support multiple languages/locales using a tabbed or variant-based structure. Allow shared fields to be updated once and reflected across all language variants. Provide built-in tools or automation to manage language-specific content more efficiently (e.g., bulk move, update, unpublish, delete). Reduce manual effort and improve consistency across multilingual content. Environment Details (AEM version/service pack, any other specifics if applicable): AEM Version: 6.5 Service Pack: 6.5.22 Deployment:On-premise Content Volume: Over 1 million content fragments across 20 languages Customer-name/Organization name: Hyatt Hotels Corporation Screenshot (if applicable):   Code package (if applicable):  

Provide visibility for Leader Pod Restarts in Cloud Manager or SplunkInvestigating

  Request for Feature Enhancement (RFE) Summary: Currently, Cloud Manager and Splunk dashboards do not provide visibility into leader pod restarts in AEM as a Cloud Service environments. Identifying when and why a leader pod restarts is essential for understanding system stability and troubleshooting potential performance or replication issues. Having this visibility directly in Cloud Manager (or accessible via Splunk logs) would help operations and development teams proactively monitor environment health, correlate incidents, and improve root-cause analysis without needing Adobe support intervention. Use-case: Leader pod restarts can affect replication, workflows, or cache invalidation, but currently there is no easy way for customers to detect or audit these events. Providing this visibility would reduce investigation time during incidents, enhance transparency, and empower teams to maintain stable AEM Cloud environments. Current/Experienced Behavior: There is no visibility or alert mechanism in Cloud Manager or Splunk for leader pod restarts. Customers must rely on Adobe Support to confirm such events. Improved/Expected Behavior: Display leader pod restart events in Cloud Manager’s monitoring section, with timestamps and pod names. Alternatively, include this information in the Splunk logs or provide an API endpoint to query pod restart history.Optional alerting mechanism (email or webhook) when leader pods restart unexpectedly. Environment Details (AEM version/service pack, any other specifics if applicable): AEM as a Cloud Service – SDK version 2025.9.22758 (build: 20250928T092442Z) Customer-name/Organization name: Assa Abloy Screenshot (if applicable):   Code package (if applicable):  

Harwinder-singh
Community Advisor
Harwinder-singhCommunity Advisor

Content Update Action Rollout doesn;t update the Tags property in AEM Page (basic tab)Investigating

Request for Feature Enhancement (RFE) Summary: Enable Rollout of Cq:tags property by default for content update and other relevant MSM  configs Use-case: In AEM page properties basic tab, the Tags field is excluded from rollout to Live copies. This is due to an exclusion rule applied in MSM content update Action OSGI config where anything that starts with cq: is excluded from getting rolled out to love copies. while this makes sense for node specific , under the hood properties like cq:lastModified, cq:lastModifiedBy, cq:lastReplicatedBy , unfortunately this also excludes cq:tags property as well. This should be included by default and the current excluded properties regex should be updated to include this property by default for rollout. Current exclusion regex (CQ MSM Content Update Action) - cq:(?!(designPath|template|lastTranslationUpdate|targetEngine|redirectTarget).*) New regex value to include cq:tags - cq:(?!(designPath|template|lastTranslationUpdate|targetEngine|redirectTarget|tags).*) Current/Experienced Behavior: Currently , the cq:tags property is not enabled for rollout by default Improved/Expected Behavior: cq:tags property should be enabled for rollout by default. Environment Details (AEM version/service pack, any other specifics if applicable): AEM as cloud service Customer-name/Organization name: TCS Screenshot (if applicable):   Code package (if applicable):      

Allow nested folder browsing in AEM Content Fragment Model consoleInvestigating

Request for Feature Enhancement (RFE) Summary: Enhance the Content Fragment Models (CFM) console to support folder navigation and organization of models within nested folder structures. Use-case: Authors and developers often need to organize multiple Content Fragment Models logically (e.g., by business domain, content type, or project) under nested folders within the configuration structure. Supporting folder navigation in the CFM console would help teams manage large sets of models more efficiently and maintain a cleaner, more intuitive structure aligned with their business taxonomy. Current/Experienced Behavior: Although it is possible to create nested folders for models using CRXDE or the repository directly, the CFM console UI currently displays only the models located within the root configuration folder. Users cannot navigate into subfolders, which results in all models being listed together without hierarchical grouping. Improved/Expected Behavior: The Content Fragment Models console should allow navigation through nested folder structures under the configuration path. This enhancement would let users browse, create, and manage models within organized subfolders, improving model discoverability and aligning with how other AEM consoles (like Assets or Sites) handle hierarchical structures. Environment Details (AEM version/service pack, any other specifics if applicable): Reproducible on AEM 6.5 and AEMasCS Customer-name/Organization name:   Screenshot (if applicable):   Code package (if applicable):  

NicolásMuNew Member

Include accessibility-related attributes in XSSProtection configurationInvestigating

Resumen de la solicitud de mejora de funciones (RFE): Currently, AEM’s XSSProtection configuration (/libs/cq/xssprotection/config.xml) does not allow several accessibility-related attributes such as aria-label, aria-hidden, role, and tabindex.We propose including these attributes by default in the configuration to improve accessibility support and reduce the need for overlays or custom configurations. Caso de uso: Developers using HTL expressions like: ${property @ context='html'} cannot render accessibility attributes defined in component properties, since they are filtered by the XSSProtection mechanism. This limits the ability to build fully accessible components following WCAG and ARIA standards. Comportamiento actual/experimentado: When rendering properties that contain ARIA or accessibility-related attributes, these attributes are removed by XSSProtection because they are not listed in config.xml. The only current workaround is to overlay /libs/cq/xssprotection/config.xml into /apps, which may cause maintenance issues with future updates. Comportamiento mejorado/esperado: AEM should include the attributes aria-label, aria-hidden, role, and tabindex (and potentially other accessibility-related attributes) in the default XSSProtection configuration, allowing them to be safely rendered through HTL without requiring overlay. Detalles del entorno (versión de AEM, Service Pack y cualquier otra especificación, si corresponde): AEM as a Cloud Service  Issue reproducible in both Author and Publish environments. Core Components and custom components affected. Nombre del cliente o de la organización: TELEFONICA ESPANA  Captura de pantalla (si corresponde): N/A Paquete de código (si corresponde) Not required – issue reproducible with any component rendering an HTL property with @2941342='html' containing ARIA attributes.

kwin1Level 2

Support wildcard DV certificates and subdomainsInvestigating

Request for Feature Enhancement (RFE) Summary: Wildcard DV certificates and wildcard subdomains Use-case: For DEV and STAGE environments often a common publish domain is being used. As the default Adobe one (https://publish-pxxx-eyyy.adobeaemcloud.com/) does not allow subdomains the individual sites are addressed via subdomains of that common domain to have a similar setup as PROD (1 domain = 1 website). That allows even automatic mapping of content paths to sites without needing setup costs for additional sites. Current/Experienced Behavior: Cloud Manager does neither support wildcard domains in the domain settings (https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/custom-domain-names/introduction#usage-notes) nor does it allow wildcard DV Adobe-managed certificates. Therefore each subdomain requires - Configuration via the Domain - Domain verification via additional TXT record - Set up a dedicated DV manager certificate   Although one could use a custom wildcard certificate right now, that needs to be OV/EV (too expensive for DEV/STAGE purposes) and also the management per subdomain still needs to be done manually. Improved/Expected Behavior: Allow wildcard domains so that the setup is only necessary once, instead of per sub domain. This requires:- Allow configuration of wildcard domains in Domain management - Allow Adobe managed DV certificates for wildcards (supported by Let's Encrypt with every ACMEv2 compatible client) - Adjust UI to allow mapping the wildcard certificates to the wildcard domain Environment Details (AEM version/service pack, any other specifics if applicable): n/a Customer-name/Organization name:   Screenshot (if applicable):   Code package (if applicable):  

NitaYaNew Member

Ability to search for images in the “Pick Image” window (Image component)Investigating

Request for Feature Enhancement (RFE) Summary: Ability to search for images in the “Pick Image” window on the image component   As of now, when an author tries to select an image using the “browse for image” option in components or page properties, they need to drill through the entire AEM directory and hunt for the image they want with truncated file names and tiny thumbnails. Could we have the ability to search for an image using file names or descriptions? Use-case: Image Search in “Pick Image” Dialog Currently, when authors select an image in AEM through the “Browse for Image” option (in components or page properties), they must manually navigate through the entire directory structure. This process is inefficient and error-prone, especially when dealing with large repositories, truncated file names, or small thumbnail previews. By adding a search capability within the “Pick Image” dialog, authors could quickly locate assets by file name, description, or metadata. This enhancement would significantly improve the authoring experience by: Reducing the time spent searching for specific images Streamlining content creation and updates Minimizing manual navigation errors Increasing overall productivity for large-scale content teams Current/Experienced Behavior: When we select/pick an image into the image component, we have to select the aem directory and hunt for the image we want  Improved/Expected Behavior: Could we have the ability to search for an image using file names or descriptions and then select the one we want Environment Details (AEM version/service pack, any other specifics if applicable): AEM 6.5 Customer-name/Organization name: OneTrust Screenshot (if applicable):   Code package (if applicable):  

MenisaMeNew Member

Publish Button in "Open in Assets" view in new CF EditorInvestigating

Request for Feature Enhancement (RFE) Summary: Publish Button in "Open in Assets" view in new CF Editor Use-case: To enhance user convenience, "Publish Button" should be available once the user click "Open in Assets" view. Current/Experienced Behavior: There's no publish button option for the user after clicking "Open in Assets". User needs to manually navigate under full Assets UI. User should still have an option to publish the asset without publishing the CF which the asset is reference to. Improved/Expected Behavior: When the user clicks "Open in Assets," the system should provide an option to publish the asset directly within the "Open in Assets" view. This eliminates the need for the user to manually navigate to the full Assets UI. Additionally, the system should ensure that the user can publish the asset independently without publishing the Content Fragment (CF) that references the asset. This allows for greater flexibility and avoids unintended changes to the associated CF: A "Publish" button should be available in the "Open in Assets" view. The "Publish" action should apply only to the selected asset and not affect the referencing Content Fragment (CF). The user experience should be streamlined, reducing unnecessary navigation steps. Environment Details (AEM version/service pack, any other specifics if applicable):   Customer-name/Organization name: Accenture, Inc. Screenshot (if applicable):   Code package (if applicable):  

Improve Quick Publish Error handlingInvestigating

Request for Feature Enhancement (RFE) Summary: When doing a quick publish in AEM 6.5.21 of a page that refers to a template that contains policies for components, the publish action fails (without any error message) when there is an issue when the cq:lastReplicated property is missing on a policy, and the cq:lastReplicationAction is set to Activate.Upon inspection of the logs, it seems like there is a NPE in the ActivationReferenceSearchBuilder.When manually replicating the default policy, the issue resolves and the replication works, as the reference search no longer errors with a NPE. I would expect either an error message, replication to skip the reference, or some more Null safety checks in the reference search service. Use-case: Users cannot Quick Publish content that has issues with related content missing cq:lastReplicated property.  Current/Experienced Behavior: It's very difficult for developers to debug this as we only have an internal NPE without any reference to what is the error. The ActivationReferenceSearchBuilder could point to related content, content fragments, experience fragments, but in this case there is an issue with a linked component policy on the template.  Improved/Expected Behavior: At least: an error message in the user-facing quick publish dialog. Currently the behavior is a red Warning icon without any text.  Secondary: a more relevant error message: instead of a run-time NPE, a dedicated exception or a warning/debug log would be nice.  Environment Details (AEM version/service pack, any other specifics if applicable): AEM6.5.23 Customer-name/Organization name: Nationale Loterij Screenshot (if applicable):   Code package (if applicable):