I am currently working on HeroBanner component and I am using reference for OOB Breadcrumb component which i made it non-editable. I tried changing "StartLevel" value to "4" in the dialog and design_dialog properties but it is still not working as expected, does anyone know any trick or code to over...
This document: https://experienceleague.adobe.com/docs/experience-manager-64/developing/devtools/aem-eclipse.html?lang=en#how-to-import-existing-projects says how to add the eclipse aem plugin, and how to create a new project, but the section on importing an existing project is blank.In eclipse when...
Hi Everyone, By default RTE Default typography is set to "Paragraph" and text color to "Black". Is it possible to change Default Typography and Text color? Thanks in advance!
I copied a sling servlet which had the path of /bing/demo/querybuilder @Component(service = Servlet.class, property = { Constants.SERVICE_DESCRIPTION + "=Query Builder servlet","sling.servlet.methods=" + HttpConstants.METHOD_GET, "sling.servlet.paths=" + "/bin/demo/querybuilder" }) In creating our o...
Hello, We are on AEM 6.4.8 and starting to setup unit test cases.I have followed the article: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/unit-testing.html?lang=en#creating-the-junit-test I have added all dependencies as mentioned in the art...
Hi,Hoping there might be a way to identify pdfs (we have almost 20,000 in the DAM in a number of folders) that are image-based (scanned)....usually created when the owner could not locate the original digital copy and ended up just scanning a paper copy and creating a pdf. Over the years, we ended u...
Hello All, We are building SPA site using react framework. We want to leverage Adobe Granite i18n dictionary for translations. The issue is since SPA will be out side of AEM first before building it as AEM clientlib, we are getting compilation errors while referring to Granite i18n api (as Granite r...
currently, I am doing mvn clean install -PautoInstallSinglePackage after each change to a class in core. Is there a more efficient way? I can build core with cd coremvn install but presumably this does not deploy to running local server.
Hello, I have been trying to setup an AEM project from the WKND tutorial:https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-setup.html?lang=en#prerequisites I've also followed the steps in the link below to setup the server instances especi...