I want to load the react component in AEM component. How will I mount the react component for a div in aem. <sly data-sly-test="${properties.loadFromReactFlag}"> <div id="react-container"></div></sly><sly data-sly-test="!${properties.loadFromReactFlag}"> <p>Loaded from AEM</p></sly> For id="...
Hi Team, I currently have a custom container component structured as follows:The container component includes a parsys or responsiveGrid inside it.When the team adds the container component to a page, the node structure looks like this: ../container/content—this is expected.Additionally, the team ca...
Hi All, We have a requirement to move few sites from AEMaaCS to on premise. Client has decided this due to some security requirements. Has anyone done this before. What are the best practices?Do we need to make any code restructuring or is it backward compatible. Please share your thoughts
Hello, I am creating multiple forms which has radio button field which are common for all of them.How can I inject a radio button component into each form container to avoid recreating the same component for every new form. I have asked related question here but still didnt get currect solutionhttp...
Has anyone used the google translate with AEMaaCS?If so could you please share the details or any pointer on the same?We need to use Google translate as per business decision.
Hi there,I am facing a build failure after using "mvn -PautoInstallSinglePackage clean install"Here's my version detailsApache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39)Maven home: C:\Program Files\Maven\apache-maven-3.8.8Java version: 11.0.23, vendor: Oracle Corporation, runtime: C:\...
All, on AEMaaCSDoes anyone know of best way to convert the implementation that is based on a non oauth implementation to oauth tor backend classes .how do I start the conversion ? These are azure service APIs is there a config that needs to be created or so ?
Hello everyone, For the aem core title v3 component we have option to select heading sizes from h1 to h6. We need to add additional sizes like display 1, display 2 along with h1 to h6. How to achieve this ? can someone send me the solution approach .
Hi All,Please share your thoughts/suggestions on below query.We are publishing page ( dummy uploaded image ) from AEM author with activation later , but we are replacing the dummy image with new image with same name before scheduled activation time of that page.later page got published with schedule...