For our requirement, I am creating a class called ListDelegate and implementing the List component interface. because i want to add extra functionlity sortBy ranking (which i added in page properties) ,like sortBy asc and desc present in list, how to solve this thing or any other solution?
Hi, I am using image list component and fixed search and giving the path of my subpages to list those pages as a card on the home page like wknd project home page articles are showing there so when we click on those card then it will redirect on those page but when giving the path of the wknd then ...
Hi, a custom component which build by extending the image component in which added text and description, so when using that component in page then how to print the metadata suppose cq:tags associated with that custom component image which authored
added a jsondata property in page property now i want to read that json data page property and according to that json i want to render some dropdown field in a custom component i created
How to handle this scenerio with different ways:- Approval workflow for sending the inbox notification to a_reviewer, and check if the reviewer does not approve it within 2 hours send the notification to a_escalation. If anyone approves it should write approvedBy - a_review or b_escalation.