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...
Hi,We created a Distribution Event Handler to handle publishing events that happens on the server. Inside of it, we have a logic in which it adds custom property for page resources to track its first time published date.Now we run into a problem that when we publish some pages, they don't have the p...
When I try to query image references I wasn't able to query the title of image which we can set by editing in image property metadata. I only see these fields: How can I query properties like image title:
I have a custom "container" and "row" component. On the container touch UI dialog, an author can select the number of rows they want to add. In the HTL, I am using data-sly-list for the loop through, and inside the loop, I am using data-sly-resource to add the number of rows. This works great when I...