Can anyone help me with a way in which I can display an image inside a Dialog as display either by :1. Inserting a screenshot/image inside a fieldDescription against a field in Touch UI dialog2. Inserting a screenshot/image in Touch UI dialog as similar to displaying using displayfield xtype and set...
Hi Team, I have created project in AEM 6.5, I need to enable/add Bootstrap version 5 support in my Project. Please suggest how I can do that. Thanks in advance!
I am trying to dynamically connect to a datasource. I'm using the AEM archetype. public class mystuff implements WorkflowProcess {private static final Logger log = LoggerFactory.getLogger(mystuff.class);@referenceprivate DataSourcePool dsp;@Overridepublic void execute(WorkItem workItem, WorkflowSes...
Hello, I have multiple images in a page (for example, site logo, other promotional images etc). I want to add width and height attribute (with actual image size) to each of <img> tag. Options I see are as below.1. Check for each of the page when it is loaded and add the attributes. Not sure if it is...
How can I write a unit test to test below Sling Query from my code. List<Resource> legalDisclaimerResourceList = $(legalDisclaimerPageResource).find(LEGAL_DISCLAIMER).asList(); $ refers to Sling Query from import static org.apache.sling.query.SlingQuery.$;
I have been trying to add custom css file the should be specifically applied to the RTE component. The main intentions in this requirements are:1) Custom css code to be applied to RTE at the component level itself.2) The rendered content of RTE should be automatically applied with the custom css cod...
Hi Team, Is there a way to disable/stop the unpublish or deactivate of published assets post expiry date is reached.the configuration for asset expiry notification doesn't have an option to enable/disable the service and couldn't locate bundle for the particular PID. Thanks,
Hello folks, My understanding has always been that the design pattern to follow when integrating with external search platform is always a push based mechanism whereby AEM responds to content events (publish, unpublish etc.). Traditionally this ends up being calls to the external platform to update ...
Hi, There are two types of annotation (scr and R6 annotation) while developing the OSGI component. But what technically makes difference between these 2 type. RegardsManikantha R