Hi All,The CIF Core components for Adobe Commerce are implemented on Sightly at the moment. What we were trying to do is repurpose as much core component code as we can to create SPA components by extending core CIF components. Following is one such case where we were trying to export Search Results...
You can use Adaptive Forms Container component to create Adaptive Forms in an AEM Sites Page or Experience Fragment. Along with using Adaptive Forms capabilities like, dynamic behavior, validations, data integration, document of record and business process automation, it also allows you to use vario...
We are on AEM 6.5.8 with core component version 2.14.0 and facing an issue with rollout of container based core wcm components such as Carousel,Tabs and Accordion. Steps to replicate:Create a page on master copy using editable template.Author the master page with Carousel, Tabs and Accordion compone...
Hi gurus, I am wondering about any new best practices around importing custom HTML in AEM pages. The use case is evergreen: not everything needs to become a reusable component, there are always one-off ready designs that merely need to be served with AEM. This used to be covered with the Design Impo...
I am working on Project modernization for my client and they had following feature in their dialog and it is using sling:resourceSuperType to foundation/components/imageThere is no much information on how it will render the page in the image.jsp class. When I went through the implementation, I reali...
I would like to extend the embed core component to add url processors including vimeo. I proxied the core component to under apps, added an htl template naming vimeo.html under processors. Have also wrote the java class for the processing, which is created under com.project-name.core.components.emb...