Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi All,Please suggest how can I minify my JS,CSS files without using "CQ Html Library Manager" minify option. I have don't have access to use "minify" option in the configuration. What is the alternate solutions, I am using AEM6.4. Regards,
Customization in AEM Asset Quick Publish Action by AEM Learnings Abstract This post is about a requirement raised in Experience League Community forum related to Custom implementation on Asset Publish. AEM Asset Quick Publish Customization Project has custom field named "Effective date". If an ass...
HTML5 Audio Tracking using Adobe Launch by Adobe Tech Blog Abstract In this post, we will look at how you can setup Adobe Analytics tracking for your HTML5 Audio using Launch by Adobe. In today’s marketing world, there is gaining traction on Audio Analytics. Audio/podcasts are said to be packed wit...
Setting Up Adobe I/O CLI for Cloud Manager by Adobe Tech Blog Abstract If you are an Adobe Managed Service (AMS) customer, this Cloud Manager plugin for Adobe I/O CLI will come in very handy to interact with the same underlying capabilities exposed through the web UI in a fully programmatic fashion...
AEM 6550 - React SPA Carousel with Nested Composite Containers as Slides by Sreekanth Choudry Nalabotu Abstract Create a React SPA Generic Carousel using Slick JS library. The carousel component can be used to play slides with simple components (text, image etc..) or complex containers. For a sampl...
DependsOn: The Cutting-Edge Tech Giving Wings to AEM Authoring Toolkit by Exadel Abstract This is the fourth installment in our series on AEM Authoring Toolkit – an open-source project by Exadel, Inc. The solution is an accumulation of our dev team expertise in orchestrating complex AEM installatio...
AEM inheritedpageproperties with Sightly, JSP, OSGI Bundle by Sourced Code Abstract Inheritedpageproperties helps you retrieve a parent property from parent pages. Inherited page properties utilises com.day.cq.commons.inherit.HierarchyNodeInheritanceValueMap, where the search is made on the page hi...
ConfigurationAdmin - Access OSGi configuration of other services by Adobe Experience Manager Blog Abstract In this article we will explore ConfigurationAdmin interface. Service for administering configuration data. ConfigurationAdmin is a dictionary of properties. To identify a target service’s di...
Editing jcr:data/binary/rendition in AEM by Adobe Experience Manager Blog Abstract Sharing a code snippet to update a Binary file stored in AEM. Here, we are updating a binary file stored as jcr:data in the original rendition. package com.techrevel.dam.core.workflows; import java.io.BufferedRead...
Day 20 - Queries In AEM (Part II) by Red Quark Abstract Hey fellow devs ! Welcome to today’s post. In the previous post, we learnt concepts of queries in AEM. Building on that knowledge, we will now create a simple search bar that will take an input and queries the search term in the JCR reposito...