Hi , Does anyone know how i could best extend core component model class for textinput forms using delegate pattern. Unable to get to it.I also do not want to complete the methods that come in from the ootb texinput class , but retain the code in the ootb class without the need for overriding method...
I am trying to use a webp image in page properties under featured image section in AEM cloud instance. But not able to see the image preview in the page properties. All the image rendetions are created, and even this image is visible in the page using Image component. Also, in page properties i can...
Hello Everyone,I'm currently fixing an issue on localization of components using cq/experience-fragments/editor/components/experiencefragmentThe approach we are heading at, is by an overlay then extend..So inside the "apps" I created a folder for the cq/experience-fragments/editor/components/experie...
We have a big team of content authors and one of them was trying to publish and we got an alert saying - Blocked Replication Queue, which i already cleared and copied the logs for investigation. Can anyone please help to guide, if anything is wrong or the authors are publishing in a wrong manner? 20...
Hey all, We have a little conundrum wherein each environment has over 150 variables configured for OSGi values.We have a multi-tenant architecture wherein each tenant is prefixed in environment variables with _TENANTX_CM to easily identify the tenant.However, few environment variables are incorrect ...
Hello Team,I am using AEM as a cloud service. Wanted to know, whether multifield support is avialable in new Content Fragment editor?I was referring to these AEM community forum:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/custom-multifield-in-content-fragment/m-p/613121...
In my website, I have a need to change the sling:resourceType for my homepage. I am introducing a new field to the homepage properties specifically. I have: Created a new component for my homepage under apps/mysite/components/pages/home-pageUpdated the sling:resourceType to point to this component f...
Hello Team, I have a proxy component, which refers to core/cif/components/structure/breadcrumb/v1/breadcrumb (Note: This component doesnot have any html file)This CIF breadcrumb refers to: core/wcm/components/breadcrumb/v2/breadcrumbSo, I went to the loction: /libs/core/wcm/components/breadcrumb/v2/...
I have created a servlet, but for multiple sites this not working only for one site this working@Component(service = Servlet.class, property = { "sling.servlet.methods=GET", "sling.servlet.resourceTypes=sling/servlet/default", "sling.servlet.extensions=sitemap.xml"})@Designate(o...