Copied to clipboard

Flag this post as spam?

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


  • paco 25 posts 155 karma points
    Sep 16, 2019 @ 15:49
    paco
    0

    Retrieve list of objects from Umbraco BackEnd

    Hi all,

    I need to have a list of scores to retrieve from an Umbraco 8 website.

    More precisely, I have a list like this:

    [{result: "MaxScoreOne", 5}, {result: "MaxScoreTwo", 10}, {result: "MaxScoreThree", 15}]
    

    in which an object contains a string and a number (that is a maximum score).

    Is there a simple way to create an object (a data type for example) under Umbraco 8 BackEnd and retrieve this data?

    Thanks

  • Ollie Storey 17 posts 171 karma points
    Sep 17, 2019 @ 10:59
    Ollie Storey
    0

    You could create a custom property editor or you could achieve this using the Nested Content editor.

    Here is the documentation for Nested Content, let me know if you need any help setting this up.

    https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/Nested-Content/

  • paco 25 posts 155 karma points
    Sep 17, 2019 @ 15:07
    paco
    0

    OK, Ollie, first of all thank you. I will update you as soon as possible.

Please Sign in or register to post replies

Write your reply to:

Draft