Hello Members, Has any one tried implementing custom usecase for RemoteContentRendererRequestHandler by following the below documentation? https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/hybrid/ssr#:~:text=the%20RemoteContentRendererRequest...
I have included third party jar file in my project, I got the following error [xxxxx ] in start level 20 but no bundle is exporting these for that start levelI found following article to fix this https://aemconcepts.com/aem-osgi/use-3rd-party-api-or-jar-or-dependency-in-aem/adding -include-resource:...
Hello, currently I have a servlet that sends to call an api that brings a JSON, this JSON are products and can be X amount, in order once called these products I save them in content fragments. And the next part is that I have a dynamic component, the component doesn't show information until by mean...
Hi Experts, We are creating a dynamic component in AEM (SPA Angular) called the search widget component, which calls a third-party API. This call can be triggered from the browser, but the API requires an API key, which we don't want to expose in the network call. Therefore, we are considering trigg...
Hi Team,We have a requirement to create a few components that are mostly similar to out-of-the-box (OOTB) components, but with additional fields such as text fields or extra descriptions on certain fields. We will override those components, provide a sling:resourceSuperType, and create a dialog for ...
Hi All,Currently, manual translation via MSM from the language master to language copies is working well, whether it's for a single page or multiple pages (with no limit). I now have a requirement to automate this process so that any page modified in the language master gets translated and updated i...
I am working front end development. We have created Site theme and created proxy of AEM server. My proxy is executing on port 4504. I am executing all the commands from root folder.1. npm run build2. npm run liveThe proxy url open with below:http://<<IP Address >>:4504/content/<projectName>/us/en/te...
Hi, I have a task - hundreds of assets in various folders need a few tags applied one them. The tags are the same three / four tags for all the assets. I have an excel sheet list of assets that need tagging which seem was exported as a csv initially. The sheet only includes filenames with the path /...
HiI am very new to Adobe Experience Manager and we're playing with the Style plugin within the Rich Text Editor in AEM.We have successfully implemented the Style dropdown in the RTE. However I'd like to be able to pick a block level element and select a style from the drop down and apply it to the b...