Converting a site with NuPickers Anything equivalent in 9?
I have an Umbraco 7 site that I'm converting to 9 but it's using NuPickers and as far as I can tell that package is not compatible with Umbraco 9. Is there another package that's similar? How would I go about replicating these property editors for Umbraco 9? The SQL one is really prevalent throughout this site, so having something easy would be great.
Converting a site with NuPickers Anything equivalent in 9?
I have an Umbraco 7 site that I'm converting to 9 but it's using NuPickers and as far as I can tell that package is not compatible with Umbraco 9. Is there another package that's similar? How would I go about replicating these property editors for Umbraco 9? The SQL one is really prevalent throughout this site, so having something easy would be great.
Hi Ashe,
You should take a look at contentment. https://our.umbraco.com/packages/backoffice-extensions/contentment/
it has a lot of pickers that are similar to how NuPickers use to do it
the data list editor is the one you will probibly need https://github.com/leekelleher/umbraco-contentment/blob/develop/docs/editors/data-list.md and it has a SQL source for the lists
Thank you I'll check it out!
is working on a reply...