I have a requirement like two images in a dialog should return the unique alt text with respective there descritption Went for core component there is only one image using there while doing the custom component I'm not able to return or show the unique after changing the file reference of the two im...
XML Documentation for Adobe Experience Manager as a Cloud Service is Now Available! by Adobe Abstract XML Documentation for Adobe Experience Manager is now available as a cloud service. Documentation and IT leaders can drive higher ROI from content through faster delivery and lower operational cost...
How to create Context Aware Configurations in AEM by Manuel Gutierrez Abstract If you want to be able to make configurations similar to what can be done using OSGi configs but that could be configured by regular authors and also applied to specific parts of the site using Context-Aware configuratio...
Top Adobe Summit 2022 Sessions - By Taqalytics by taqalytics Abstract Adobe Summit 2022 was a great opportunity to experience learning from industry experts, partners, professionals that showcased Adobe Experience Cloud, Adobe Commerce, Analytics, and Adobe SDK. This 2 day Summit had great content ...
What are Custom HTML Elements? | How to use Custom HTML Elements in AEM? by Albinsblog Abstract In this post, let us explore what Custom HTML Elements are and how to use Custom HTML Elements in AEM. Custom Elements allow web developers to define new types of HTML elements.Once a custom element is ...
Adobe Experience Platform Mobile SDK with Jetpack Compose by Yansong Yang Abstract In this blog, we give you a step-by-step tutorial on how to integrate Adobe Experience Platform Mobile SDKs with a Jetpack Compose application. Jetpack Compose, which is becoming more and more popular, is Android’s ...
Debugging AEM as a Cloud Service with Repository Browser by Adobe Abstract Repository Browser is a powerful tool that provides visibility into AEM’s underlying data store, allowing for easy debugging of AEM as a Cloud Service environment. Repository Browser supports a read-only view of the resource...
How to Create a Content Fragment in AEM by Mayur Satav Abstract Content Fragments are editorial content without any experience. Which can be reused on multiple pages. To create a content fragment we require a content fragment model. The content fragment model defines the structure of content. Once ...
hi , I am trying to access the selected values in AEM but only able to access the first value of the multiselect fieldfor e.g: var allRegionFields = document.querySelectorAll("coral-select.regionselect");// all multiselect fields i.e-3 for(var i =0;i<allRegionFields.length;i++){ ...