I'm in need of a Document Type that works exactly like to Content Picker, except that I only want the user to be able to select a child node. Is this available out of the box or would I have to make it myself?
Could someone please point me in the right direction?
Content Picker child nodes
Hello,
I'm in need of a Document Type that works exactly like to Content Picker, except that I only want the user to be able to select a child node. Is this available out of the box or would I have to make it myself?
Could someone please point me in the right direction?
Thanks!
You might have a look at this package: http://our.umbraco.org/projects/axendo-ultimate-picker-xpath
Here you can use XPath in your picker, and make sure that only childnodes can be choosen. Like it says in the description:
"$currentPage allows you to use the picker to select children of the node that is being edited."
is working on a reply...