Solved
restrict pathfield's root path level
we have a requirement in which we want to show only a particular level in pathfield.Please help me in achieving it.
we have a requirement in which we want to show only a particular level in pathfield.Please help me in achieving it.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.