How to order the folders in DAM left bar(TreeRoot) in CQ5? | Community
Skip to main content
vikramca06
New Participant
October 16, 2015
Solved

How to order the folders in DAM left bar(TreeRoot) in CQ5?

  • October 16, 2015
  • 3 replies
  • 1784 views

Hi,

I have a requirement to order the folders in DAM Left Bar(Tree Root) by Name or Created Date. I found /bin/wcm/siteadmin/tree.json servlet called for getting the json data of the /content/dam node.

I want to see the servlet code and how the damadmin rendered and damadmin components path in CQ

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Step by step instruction, example and source code reference at http://helpx.adobe.com/experience-manager/using/creating-custom-cq-tree.html

3 replies

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Step by step instruction, example and source code reference at http://helpx.adobe.com/experience-manager/using/creating-custom-cq-tree.html

vikramca06
New Participant
October 16, 2015

Hi Sham,

It looks good. But the steps given is to create a treeroot component.  I want to override the default treeroot in DAM admin for ordering the folder.

Any suggestion or example on how to override the DAM TreeRoot (Left Side bar).

Thanks.

Vikram

vikramca06
New Participant
October 16, 2015

Hi Sham,

I did some modification in SiteAdminTreeServlet for sorting the treeroot and it works fine.

Thank you.