I'm trying to implement a component in AEM where it will show articles/products based on previous search. It's more of a functionality like recommended videos that come in YouTube. As of now, the functionality is set to fetch the articles based on the inputs provided in the dialog so that it can que...
Hi,I am looking into page html version diff functionality of aem and in that all tags except <button> tag's difference was not getting highlighted. I debugged that the diffservice.js which is responsible for this functionality has an array of blacklistedtags among which button is one. For my use cas...
Hi all, We are on AEM 6.5.16.0 on-prem set-up.We have a requirement where we want to hide OOTB workflows in DAM assets UI and show only project specific workflows for a particular folder. Can you please guide how to accomplish this?
I am seeing a lot of 404 entry in the dispatcher error logs.For example, "GET /page1/page2/undefined HTTP/1.1" 404 696 "https://www.brand.co.lang/page1/page2/page3.html"Even though the page being accessed here i.e. page3 is available on Publisher instance. Also lets say if page3 has an alias set ca...
hey guys,Getting the below error -[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm ci) on project aem-website.ui.frontend: Failed to run task: 'npm ci' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1...
Any idea why we are getting below error whenever any page is published? *ERROR* [EventAdminAsyncThread #7] com.adobe.cq.xf.impl.adobetarget.ExperienceFragmentsReplicationListener Cannot derive user name for bundle com.adobe.cq.cq-experience-fragments [300] and sub service targetorg.apache.sling.api....
Can we create arrays of textarea in Ca configuration?@Property(label = "Enter the Page Path", description = "Page Path", property = { "widgetType=textarea", "textareaRows=10"})String[] pagePaths(); I have used this code but I am getting multifield but textarea is not coming. Instead te...
We have a requirement to fix 3 components (For Example, Component A, Component B & Component C) on the top of the specific editable template. For this template, we have also allowed other components (For Example, Component D, Component E & Component F) to be added by the authors below the fixed comp...