I have tried the below code for setting a max limit on multifield which was working fine yesterday and today out of nowhere i am seeing the $(...).adaptTo is not a function error and Coral is not defined error on console. $(window).adaptTo("foundation-registry").register("foundation.validation.val...
Hi,I have created a component that works fine with my static template but shows some unexpected variations ( e.g.- wrong positioning, cannot be resized, cannot be deleted, without CSS properties, etc.) when used in an editable template. And also the same components show different variations for diff...
I have a requirement where I need to create a two-column component in react AEM SPA, but i am not able to get the parsys from the react code, can anyone please share the code or tell the class which we need to use to display the parsys using react js.
AEM 6.5 has two OSGi bundles (A and B). A = org.apache.sling.scripting.jspB = org.apache.sling.scripting.jsp-api My project bundle has a Java class that uses:import javax.servlet.jsp.PageContext; I want this imported package to use OSGI bundle A, not B. In AEM 6.4, this was our imported packages l...
Are there any guidelines on what kind of data store configuration (shared between publish instances, shared between author and publish, no sharing at all) is best for majority of the cases?I've read in a no. of places that a store shared between author and publish may be the best choice because of t...
Hello, Do the AEM author, publish and dispatcher expose any endpoints to do things like register a replication agent automatically? If not, where would the data be kept so that a script could manage a new publish or dispatcher agent being added? Many thanksDon
We are currently using SPA(AEM+react application) in 6.4.3, we had a requirement to use the OOTB/Custom non-spa components in the project to the existing SPA maven archetype, idea is to create a page with OOTB or custom non-spa component, what should we do to achieve this functionality ? Do we need ...