Hi Team,
Is there a way to Add experience to project tiles programatically in aem 6.5
TIA
Regards,
Manisha
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I don't think there's an API available to create a new tile similar to Projects API. You could simply use JCR API to add additional experience tile nodes under /content/projects/<your project>/jcr:content/dashboard/gadgets/experiences. Add a new node and following properties as below (using jcr api programmatically):
AEM logic : /libs/cq/gui/components/projects/admin/dashboard/tiles/experiences/body/body.jsp
I don't think there's an API available to create a new tile similar to Projects API. You could simply use JCR API to add additional experience tile nodes under /content/projects/<your project>/jcr:content/dashboard/gadgets/experiences. Add a new node and following properties as below (using jcr api programmatically):
AEM logic : /libs/cq/gui/components/projects/admin/dashboard/tiles/experiences/body/body.jsp
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies