Hallo!
Is there any way to get labels with values from Complex Data Types?
I have Nested Content Document with Nupicker. I want to get Label of first Nupicker Value as Label of my NC list item.
With plain strings all works like a charm, but nupicker has [{key:"1234"},{label:"nanana"}] as it's value. How can I have something as {{myprop[0].label}} as label template?
Complex Datatypes and Custom labels
Hallo! Is there any way to get labels with values from Complex Data Types? I have Nested Content Document with Nupicker. I want to get Label of first Nupicker Value as Label of my NC list item.
With plain strings all works like a charm, but nupicker has [{key:"1234"},{label:"nanana"}] as it's value. How can I have something as {{myprop[0].label}} as label template?
Many Thanks!
Hi Leo,
At the moment, NC supports a simple name template, (from an AngularJS perspective).
I'm not sure what would be involved in making that possible.
Could you raise an issue on our GitHub repo please?
https://github.com/leekelleher/umbraco-nested-content/issues
We can take the discussion on there, with Matt's involvement too :-)
Thanks,
- Lee
Thank you. I've raised: https://github.com/leekelleher/umbraco-nested-content/issues/41
is working on a reply...