I have a requirement where i need to update the status of an icon based on an org.osgi.service.event.Event the icon needs to be hidden or visible or title needs to be changed based on the value of that event. How can we send this event to the front end javascript so that i can update the ui accordin...
Hi everyone, I'm trying to get the Extension Reader of a PDF file to know Were the PDF file created by the Acrobat Reader DC extension?I use the PDFUtilityService to get the properties of the PDF file. (refer to this article https://experienceleague.adobe.com/docs/experience-manager-65/forms/develop...
Hi, I am having one config "org.apache.sling.jcr.repoinit.RepositoryInitializer" and in that I am trying to set "set ACL for test-user \r\nallow jcr:read on /libs/dam/content". While deploying the changes in local, it gets deployed easily, but when I deploy this config with my codebase in AEM AACS S...
I am looking at implementing a POC for custom workflow process where the content item along with all assets referenced in the content item are approved and replicated at the same time. That is if there is a content fragment which references image files in DAM that those would be replicated along wit...
Hi Team, The list view in sites displays blank page. We have recently installed SP7 in our instances. IS there a fix? or any way to get into list view?
Hi,I want to use the accordion component from core components but I don't want to nest it. The approach is that to create a policy that will not allow adding accordion to the accordion panels. I would like to add a possibility to add a container to the accordion panel but restrict this container to ...
I have OOB text component. With earlier versions of AEM, i was able to resize the image in text component but with AEM 6.5, option have been reduced to edit the image in text component. Can those option be some how made available in AEM 6.5 as well. One of such option was to resize, crop etc an imag...
Below is the code for configuring the scheduler. You can refer to the screenshot of the configuration @ObjectClassDefinition(name = "AEM: SlingSchedulerConfiguration",description = "Sling scheduler configuration")public @interface SchedulerConfig{@AttributeDefinition(name = "Cron-job expression")Str...
I am trying to add style to a tag generated from paragraph format plugin, like <p style="font-size:18px">some text</p>. Is it possible to do so? if not, is there any other way I can achieve the same, without forcing users to user both RTE paraformat and then style plugin?