Hello community, I want to add a dependency specifically webp-imageio-sejda in my current project (project A), for this jar to be available to my bundle I have to embed it. In my AEM instance there already exist a bundle (project B) which already contains the same dependency and it is also embedd...
Hi Guys, Say a container component has multiple parsys and the requirement here would be to use only some specific components to one of the parsys and the other parsys should allow all components. sample example: Also is there a way to auto populate a default component on a parsys?
Hi All, There is an issue with the Editable Template, "Page design could not be loaded" from the core.js file (/libs/cq/gui/components/authoring/editors/clientlibs/core.js) This error results in the template becoming blank, and I cannot switch between Structure and Initial. Below are the details...
Hi Team, How the Deactivate Page/Asset step works in workflow and where i can get more information about this step. Could you please provide more information on lock and unlock payload , how it will useful in workflow? Thank you
Team - I am using AEM 6.5 and want to perform Revision cleanup using Offline vs Online compaction. Just want to know which method is recommended one, Offline vs Online compaction. Is there any best practice to follow while compacting repo?
Below is my component and I am extending core tab component. But it is not working as expected. But we retail is also extending it and it is working in we-retail. Am I missing something. Even I am not able to select between panels in my component. Please response in case of any thoughts.Thanks
Hi All, We are facing issue with scaffolding page, where we add any content to a multifield and save the page, it shows that the form is saved successfully but after reloading the page it dont show the saved data on UI. When we check the same in jcr node the same data is available. One more issue ...
Exploring the ways to access the node properties and update them as as independent solution like Rest or Web API which can be consumed/utilized by any third party system based upon requirement.
I'm getting only limited of 100 characters (not sure on count ) on excerpts while getting hits. how to add custom excerpts to get full description or to change to 400 characters atlease. for (Hit hit : result.getHits()) {SearchResultNode srnode = new SearchResultNode(); String excerpt = hit.getExc...