Copied to clipboard

Flag this post as spam?

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


  • Nick Babaki 22 posts 71 karma points c-trib
    Jul 19, 2018 @ 07:10
    Nick Babaki
    0

    Giving an editor user a kind of permission to have access to a data type

    I have an application which uses a List data type. The items of this list regularly should be updated so I want to give permission to a user with editor access level to edit this data type without having administrator level(having access to the tabs other than content and media). I was just wondering if there is any solution for that.

  • Marc Goodson 2141 posts 14324 karma points MVP 8x c-trib
    Jul 24, 2018 @ 09:28
    Marc Goodson
    1

    Hi Mehrdad

    No this isn't possible

    What I tend to do in these scenarios, is create the dropdown options as 'nodes' in the Umbraco Content Tree, perhaps inside a 'Settings' section. The nodes have no templates, and can't be rendered on the front end, but you can grant access to some editors to update and create new options in this section of the Content tree.

    Then for the DataType, i'd either use a content picker, or the NuPIckers package (https://our.umbraco.com/projects/backoffice-extensions/nupickers/) which allows you to create a dropdown type control from a list of content nodes (and lots of other sourcs too)

    regards

    Marc

Please Sign in or register to post replies

Write your reply to:

Draft