Hello everyone,I am trying to incorporate the editorial Image component inside mine (advancedbanner), but I cannot seem to make it work. I want to be able to configure the image component from inside the dialog of the advanced banner without initiating a new component outside of the content tree.I n...
Hello!I have implemented a plugin for translations, everything works but to configure it you have to go through the Legacy Cloud Service page, while a plugin like the Microsoft one can be configured from the next page (Translation Cloud Service). I followed the project that I find on GitHub, so much...
Hi all,I have a problem withgranite/ui/components/endor/actionbarthrowing a console error (see images below), but I cannot find the location where the actionbar could or should be implemented to fix the problem. This error might restrict further execution of JavaScript code on the site so I want to ...
All the clientlibs are transferred from ui.frontend (dist) to ui.apps (<project_name>/clientlibs) using AEM clientlibThen when the package is installed to AEM instance they can be found in JCR under/apps/<project_name>/clientlibs (exact structure from ui.apps) but in my case we are importing the cl...
Hello All, Hope you are doing well ! I am running my AEM on Azure VM on Linux Server, Since the URL is looking likehttp://abcd.aem.dev.net:4502/aem/start.htmlnow i want to hide this port number from the URL, I am not getting how to achieve this, could anyone please help here ?
The build image stage fails with error```W: GPG error: https://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42E: The repository 'https://dl.google.com/linux/chrome/deb stable InRelease'...
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 ...
Hi, what happens is that I upgraded my AEM instance, I upgraded the following things:JDK: Oracle JDK 21.0.6SDK: AEM SDK v2025.1.19149.20250116T154450Z-250100I got these files from the official Adobe website: https://experience.adobe.com/#/downloads/content/software-distribution/en/general.htmlWhen I...
Requirement: I have a form in the publish environment, and upon submission, I need to create a .txt file in the author environment.Current Solution:I created a technical account ID through the Developer Console in the Integration tab, tuned the JWT token, and was able to successfully hit the author ...