I'm migrating a project from Umbraco 7 to Umbraco 11. The Umbraco 7 project uses Color Palettes and I was hoping I could use the same or something similar on the new Umbraco 11 project.
Would it be a manageable task to migrate Color Palettes ourselves to work on an Umbraco 11?
and/or
Does anyone know of a similar tool that works with Umbraco 11?
Unfortunately I didn't find the time to convert the package to Umbraco 8 and newer versions of Umbraco and much has changes since the days of Umbraco 7.
Color Palettes for Umbraco 11 or a similar tool
I'm migrating a project from Umbraco 7 to Umbraco 11. The Umbraco 7 project uses Color Palettes and I was hoping I could use the same or something similar on the new Umbraco 11 project.
Would it be a manageable task to migrate Color Palettes ourselves to work on an Umbraco 11?
and/or
Does anyone know of a similar tool that works with Umbraco 11?
Hi Silke
Unfortunately I didn't find the time to convert the package to Umbraco 8 and newer versions of Umbraco and much has changes since the days of Umbraco 7.
I would probably have a look at the award winning Contentment package by Lee Kelleher: https://marketplace.umbraco.com/package/umbraco.community.contentment
You could use Data List editor using e.g. JSON data as source and Radio Button List or Item Picker as List editor. https://github.com/leekelleher/umbraco-contentment/blob/develop/docs/editors/data-list.md
I think it is also possible to use a Templated List to use AngularJS markup to render the items based on the JSON data. https://github.com/leekelleher/umbraco-contentment/issues/69
I think the Color Palettes picker stored an JSON object of the selected palette:
For value stored in existing properties you may need a migration, by if it just is a few properties, it could be done as a manually task.
is working on a reply...