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
I have a nested content with a Nupickers drop down field. I'd like to use the dropdown value in the item's template. Currently it shows the ID of the selected value. Is there a way to use the value selected instead of the Id?
Hi Dan,
Yup, you're right, Nested Content will only display the raw values that it has access to.
Archetype handled this by introducing Label Templates, which run a bit of custom JS to take the raw value and process it further.
We'd need to discuss introducing this concept over on our GitHub issue tracker: https://github.com/leekelleher/umbraco-nested-content/issues
Thanks, - Lee
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Item template with Nupickers drop down?
I have a nested content with a Nupickers drop down field. I'd like to use the dropdown value in the item's template. Currently it shows the ID of the selected value. Is there a way to use the value selected instead of the Id?
Hi Dan,
Yup, you're right, Nested Content will only display the raw values that it has access to.
Archetype handled this by introducing Label Templates, which run a bit of custom JS to take the raw value and process it further.
We'd need to discuss introducing this concept over on our GitHub issue tracker: https://github.com/leekelleher/umbraco-nested-content/issues
Thanks,
- Lee
is working on a reply...