Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Lee,
Is there a way to pull the label for the Nested Content from a Multinode Tree Picker / Content Picker from the node name?
I've set my label to display the Content Picker property like the one below
But when i select the content the label is only pulling through NodeId like the one below.
Thanks for all the help so far
Hi JLon,
Currently we don't have a solution for this.
There's been a discussion on our GitHub repository about it here:
https://github.com/leekelleher/umbraco-nested-content/issues/63
Sorry it's not better news.
Cheers, - Lee
Thanks Lee,
I'll have a look :)
Just saw the comments from matt from your link about the labelTemplate to have it like {{mediaPicker|nodeName}}
Which will solve what I'm looking for at the moment. Do you know what i might need in order to do that?
Thanks again
Angular filters will work, but we don't have one that would get the node's name from an ID. Someone would need to develop one.
Ic. understandable. Thanks Lee. I'll wait for it then. A total beginner on Angular
I could not get the example of {{mediaPicker|nodeName}} to work. I did however find that this filter will display the node name of a multitreepicker in a nested content template. Not sure if its the best solution but works for me.
{{multiTreeAlias|ncNodeName}}
Perfect! Thanks for posting this :-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Label for Multinode Tree Picker for Nested Content
Hi Lee,
Is there a way to pull the label for the Nested Content from a Multinode Tree Picker / Content Picker from the node name?
I've set my label to display the Content Picker property like the one below
But when i select the content the label is only pulling through NodeId like the one below.
Thanks for all the help so far
Hi JLon,
Currently we don't have a solution for this.
There's been a discussion on our GitHub repository about it here:
https://github.com/leekelleher/umbraco-nested-content/issues/63
Sorry it's not better news.
Cheers,
- Lee
Thanks Lee,
I'll have a look :)
Hi Lee,
Just saw the comments from matt from your link about the labelTemplate to have it like {{mediaPicker|nodeName}}
Which will solve what I'm looking for at the moment. Do you know what i might need in order to do that?
Thanks again
Angular filters will work, but we don't have one that would get the node's name from an ID. Someone would need to develop one.
Ic. understandable. Thanks Lee. I'll wait for it then. A total beginner on Angular
I could not get the example of {{mediaPicker|nodeName}} to work. I did however find that this filter will display the node name of a multitreepicker in a nested content template. Not sure if its the best solution but works for me.
{{multiTreeAlias|ncNodeName}}
Perfect! Thanks for posting this :-)
is working on a reply...