Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Silke 4 posts 24 karma points
    Jun 01, 2023 @ 12:09
    Silke
    0

    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?

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Jun 07, 2023 @ 08:20
    Bjarne Fyrstenborg
    0

    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:

    {
        name: "Something",
        code: "#ff0000"
    }
    

    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.

Please Sign in or register to post replies

Write your reply to:

Draft