Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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/
OK, Ollie, first of all thank you. I will update you as soon as possible.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
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
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/
OK, Ollie, first of all thank you. I will update you as soon as possible.
is working on a reply...