In RTE Link Plugin the title text box placeholder text is coming as "Alt Text" where is it saving as "title". Do we need to raise a bug? Dialog:Source: @kautuk_sahni Thanks,Kiran Vedantam.
I want to log following information when any changes are made to an OSGi ConfigurationWhat configuration was changedWho changed the configurationWhat configuration values were updated and what the updates wereI created an EventListener to handle event topic org/apache/felix/webconsole/plugins/event/...
We have a requirement to create 'referencing' and 'referenced by' links to store in metadata of an asset as it is there in OOTB ReferencesOn Researching came across the "com.day.cq.wcm.api.reference.ReferenceProvider" API to get the references. 1. Can we use this API to implement the above requireme...
Hi Team,We are getting datastore issue in our test publisher. Intially it was -111675 . we have done garbage collection, offline compaction, removed the debug logger but still it increasimg day by day and now it becomes- 198344We have followed this document:- https://helpx.adobe.com/in/experience-ma...
Hello all, I have a custom AEM project which I've built some services/servlet and will only be installing the core module (lets say osgi bundle a) on to AEM. Now I want to add this bundle a into another AEM Project which will consume bundle a's services & servlets. How can I go about adding my custo...
We are using editable template for building website. It has 10 templates in total and all follow same header and footer. As per editable template, if you create a design dialog in component and it's properties gets stored in polices, in the /conf location but the problem here is we have to maintain...
Hi Team,I created workflow model used create role project task participent step, when run workflow its throwing exception. I am trying to run workflow model out side of project consoleEx: http://localhost:4502/mnt/overlay/dam/gui/content/collections.html/content/dam/collectionshttp://localhost:450...
In some of my HTL files i am using a use api script, which is in path /apps/level1/level2/file.js. To call this script from my HTL file, i am using the following code.<div data-sly-use.file="${'/apps/level1/level2/file.js' @ args=something}">${file}</div> I am doing the same thing at different parts...