I am setting up a GraphQL endpoint in AEM and can successfully run queries and view responses. However, when I click the "Save As" button and enter a "Query Name," the query is not stored as a persisted query. I encounter the following error while saving the persisted query. 12.03.2025 19:49:34.810 ...
Thanks for sharing the links. All above links talk about how you can write custom authentication handler. But I dont want to implement custom authentication. I just want to use OOTB authentication handler. The only different is I want to build my own login page and leverage OOTB authentication handl...
I have created a custom login page for the AEM Publish instance which prompts users to enter a username and password similar to AEM's default login. I want to invoke the AEM authentication handler to verify whether the entered credentials are correct and authenticate the user. I noticed the followin...
We have Content Hub and have the option to upload assets in content hub but these assets are not syncing with AEM Assets. Is it possible to publish assets from Content Hub to AEM Assets?
I have created a content fragment that contains multiple fields, and I am trying to retrieve all of them using GraphQL. I want to like to avoid listing each field individually. For example if my content fragment has 20 fields, I want to extract and view all field values without specifying them one ...
Thanks for your response. I am planing create a custom plugin by extending "CUI.rte.plugins.ParagraphFormatPlugin" by referring "/libs/clientlibs/granite/coralui2/optional/rte/js/core/plugins/ParagraphFormatPlugin.js" but here I could not find the HTML markup code or HTML rendering logic. Do you hav...
I need to customize paraformat plugin in aem. for example I want to add class attribute to h1,h2,h3,p tag. Below is the OOTB behaviour <h1>Out-of-the-box (OOTB) plugins and their features cover many text editing use cases, but there will always be a need for customization.</h1>I want to have to clas...