Session Details Discover the brand-new AEM Assets docs landing page—a redesigned, narrative-driven entry point that brings together key capabilities, user journeys, and strategic features of AEM Assets in one place. This session will walk you through how the new landing page serves as a one-stop de...
Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
Hi Team,IssueBelow are the steps to reproduce the issue1. Open the asset share page and click on cart to download the assets.2. On first attempt the assets will get downloaded from cart 3. Again open the cart and download the asset.4. The asset will not be download and there is an error "contexthub ...
I have downloaded the installation package and SP2, but I don't see how to apply the service pack to the installation.I'm trying to create an installation package with all the latest patches already installed so updates don't need to manually applied on every workstation.We do this when deploying Ad...
1. Created a custom component dialog, which has field='Answer Text' with richtext field2. Gave Special characters as input3. Create Sling Model Exporter for JSON output@PostConstructpublic void invokepost() {if (answerText != null && !answerText.isEmpty()) {answerText = formatAnswerRTEText(answerTex...
Hi All,Is it possible to overlay Experience fragment?1) I'm having a content /content/en/homepage - and used experience fragment component inside the page and authored this experience fragment URL /content/experience-fragments/sample/en/header-component-xf/master.html which i already created in expe...
Hi,After upgrading to AEM 6.4/6.5 my custom HTML pages are not rendering properly. I checked and found out my client libs are not getting loaded that used to get loaded in AEM 6.3.If you look the path below -/etc/localization/locprojectwizard/content/jcr:content/head/clientlibs , it is referring to ...
Is there a console in OOTB or ACS to look at the status of sling schedulers like listing the job details with schedule, last run-time.We are having many jobs in production and want to know the details.
I want to invoke the custom servlet to perform some action in publish server through custom workflow step. Anyone has idea how to achieve this scenario ?
I have used min:yui for CSS minification and min:gcc;compilationLevel=whitespace for js minification.js minification is working as expected(removing linebreaks and spaces) but CSS minification is only removing spaces. linebreaks are still present for CSS minification.I have found Minify JS CSS this...
I am trying to access page properties using services in AEM 6.4I have created an interface,public interface AccessPageProp {public String getPageProp();}I have created a class that implements this interface,@Component(service = AcccessPagePropImpl.class, immediate = true)public class AcccessPagePro...