Is there a data type that allows the editor to pick content from a nested content property.
For example, I have created a nested content property that uses a doc type called Category, which has two text properties.
I then want the content editor to pick one of those categories on another doc type.....so it's like the content picker, but picks from the nested content values?
Nested Content Picker
Is there a data type that allows the editor to pick content from a nested content property.
For example, I have created a nested content property that uses a doc type called Category, which has two text properties.
I then want the content editor to pick one of those categories on another doc type.....so it's like the content picker, but picks from the nested content values?
Hope that makes sense?
Hi Chris,
Yes, makes sense.
But to my knowledge, there isn't a property-editor that currently does that.
Cheers, Lee
Hello,
This is not possible. If you want those values to be selectable it's better to use subnodes in the tree.
Jeroen
Hi,
Just a thought, but how about using a DotNet picker from nuPickers to parse the NestedContent data ?
Hendy
Interesting....that could work, is contextId the current Umbraco node id?
Thanks Hendy, this is just what I needed
Hi Chris,
Could you explain how you achieved this in the end?
Thanks
Hi Chris,
I'm also interested in this, if you are willing to share - TIA :-)
is working on a reply...