I have a requirement where I need to allow the author to select only the content fragment (dam:Asset) while using pathfield in dialog and preventing the author to select the parent folder.
The author should only be able to select "custom-cf" and not the parent folders
Is there any property which can be added to the resource below to achieve this?
Solved! Go to Solution.
Views
Replies
Total Likes
you need to create a custom predicate to achieve this
e.g.
Reference :
You can take the help of footpath and filter property of path field. Looks at the document for details on which you can. Least filter which all Jose Troyes you wants to show.
Views
Replies
Total Likes
Hi @DPrakashRaj ,
I have already tried using the filter and rootPath properties but I'm not able to achieve the desired result.
Views
Replies
Total Likes
you need to create a custom predicate to achieve this
e.g.
Reference :