we have a requirement in which we want to show only a particular level in pathfield.Please help me in achieving it.
Solved! Go to Solution.
Views
Replies
Total Likes
See:
var pathfield = new CQ.form.PathField({ rootPath: "/content/dam", showTitlesInTree: false });
This is in the PathField docs: http://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.PathField
Views
Replies
Total Likes
See:
var pathfield = new CQ.form.PathField({ rootPath: "/content/dam", showTitlesInTree: false });
This is in the PathField docs: http://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.PathField
Views
Replies
Total Likes
i want to restrict/show only some level.
root
A->B->C
D->E->F
I want to show first level tags only i.e,A and D not all
Views
Replies
Total Likes
Views
Likes
Replies