Introduction In Part 1 of this series, we looked at Adobe Skills. Skills teach AI coding assistants Adobe’s recommended way of doing things. Skills tell the assistant how to do something. But on their own, they do not know what is happening in your running AEM instance right now. They do not know which bundle […]
If you’ve built a “header” or “navigation menu” dialog in AEM, you’ve probably hit this requirement before: a content author adds multiple menu items, and for each one picks whether it’s an Internal Link or an External Link. Based on that choice, only the relevant field should show up: a path field for internal links, […]
Introduction Generative AI is everywhere, and Adobe is no exception. From content creation to software development, Adobe is integrating AI across its ecosystem to help users work smarter and faster. In this blog series, we’ll simplify Adobe’s Gen AI ecosystem and explore the tools that can make a real difference in your day-to-day work. In […]
Problem Statement We were migrating an old Salesforce-style knowledge base (URLs like /apex/ArticleDetails?) into AEM as a Cloud Service. Everything looked fine… until the business came back with a hard requirement: “We have ~300 legacy article links still floating around. None of them can break. Fix it.” That immediately pointed to one place: dispatcher rewrite […]
Our client raised an issue stating the list conversion is not happening properly while copy-pasting the text from MS Word desktop App to RTE. When I explored, I found that the RTE component in AEM has mainly two paste modes (wordhtml and plaintext). Plain text mode scraps all the mark-up as the mode name suggests. […]
Adobe experience manager(AEM) provides Client-Side Libraries which is a mechanism to logically organise and manage CSS and JavaScript files necessary for the sites. AEM by default provides flexibility to the authors to have control of adding Clientlibs at template level and developers have flexibility to add (hard code) Clientlibs up to component level. However, in […]
The Rich Text Editor (commonly known as RTE) in Adobe Experience Manager (AEM) is a great tool for authoring the text on the page, but it does not have any out of the box (OOTB) color picker plugin. There are few custom solutions available over the internet, however, they often lead to the following common […]
Adobe’s Cloud Manager is a popular platform that provides continuous delivery capabilities for code deployments into Adobe Cloud service. However, we encountered a sudden pipeline failure during a recent deployment due to a Java version compatibility issue. In this blog post, we’ll share our experience in diagnosing and resolving this problem, ensuring a smooth deployment. […]