I wanted to add the font size feature in the Rich Text Editor. I followed the Adobe Document for creating but still I am not able to get the font size feature. In the document it said that we had to add a property enableFontSize , but even after adding it is not working.Adobe Document Linkhttps://h...
We currently have Dynamic Media disabled (dynamicmediaconfig set to false), but on the front-end we are still images loading renditions from JCR (Example - _jcr_content/par/image/imageBottom.img.png/56234345534.png). Any idea why this might be happening? Why is it serving a rendition to an asset tha...
Hi ,I have a service deployed in AEM 6.1 which takes two params. i) fromDate ii) toDate. This services queries repository to find assets modified between fromDate & toDate , do some processing on data and returns xml DOM object as response . I have a JSP page where I am rendering response from thi...
Hello guys,There's a way to check what was blacklisted or not? We need to ckeck if a Listener was blacklisted but we couldn't find any way to do that.Thank you.
Hi, I created a google autocomplete address component under apps folder. when I add the same component under content folder of any other project and dragon drop it, the suggestion does not work.I can only see the form, suggestion doesnt work!!
how to read OSGI factory configuration values from configurationi have created configuration which have three properties (string,string , Array ), same configuration for Apache Sling Logging Logger Configuration please can you send me implementation code for how to get OSGI factory configuration val...
Hi I am getting the below error in my pages from my page.html. Does anyone already faced this issue before ?HTML<!doctype html><html lang="en" class="js csscolumns svg"> <head> <sly data-sly-include="partials/head.html" data-sly-unwrap/> <sly data-sly-include="partials/headl...
Links to the documentation regarding specific widgets on the xtypes documentation pages do not open properly in the browser. Instead, they cause a file download (please see the gif attached). Upon opening, the downloaded document seems to miss styles and JS so it's unreadable.This seems to happen re...
We are trying to execute a shell script from a Servlet but not able to. User makes a request [ http://localhost:4502/services/myservice ] , the get() in SlingServlet calls the below:ProcessBuilder processBuilder = new ProcessBuilder("vltexport.sh", "myArg1", "myArg2");We get an "IOException.. Cannot...