Hello Everyone,Is there any way to create a popup in AEM React SPA? Currently, I am handling all by CSS and Experience Fragment Component. But it's not coming good alone.I have created a Model Component in AEM. Where I want to feed Experience Template HTML or JSON code to model it will help to handl...
I have a Use case where I need to let the Aem authors show a warning that If any other author is editing the same page in Classic UI at component level , Like if "John" is editing text component, We need to let other authors show the warning that if they are trying to edit the same component in the ...
Hi, what I want to do is to modify the Container component method so that the background asset that the user uploaded is transformed to webp through the adobe API. This component have a few modifications in the design of the authoring dialog so is a proxy component. I have investigated how to extend...
Hi Team I have a sling model which I am using in htl file but I few values are not getting printed. <sly data-sly-use.helper="${'com.****.aem.****.helpers.SampleModel'}"/><p> address is ${helper.deliveryAddress.firstName} </p> My deliverAddress() method is having some address details like firstName...
By default it will be nothing as shown in screenshot, I want to highlight single item without clicking "Add" button. I heard like we need right custom js for this, any reference let me know. I'm Using"granite/ui/components/coral/foundation/form/multifield"
Hi ,There are two tabs in my dialog box with multifield in each tab. Assume, in first tabs multifield there's field with navigation title, link, and count also like how many multi fields that much count will generate i.e.. 1,2 & in 2nd tabs multifield there's fields like select id number & custom cl...
I'm currently working on integrating the Google Address API to enable autofill for the address section within AEM Core forms component(not adaptive forms). I'm curious to know whether it's feasible to automatically populate additional AEM form fields such as street, city, and postal code based on th...
Sorry if this is a basic question, but how do we use .env in `ui.frontend` for a deployed instance? In my local AEM Cloud project, I have an .env file in my `ui.frontend` module's root folder, and my webpack.common.js file loads that .env file per below, so I can access them in my `ui.frontend` java...