I'm trying to find an appropriate property so that an admin can go into the backoffice, create a "checklist page", and then add items to the "checklist" property of that page, which will then be displayed.
The "related links" component does exactly this, but with multiple values per item. I want exactly this functionality, but with one value per item, however I can't find a datatype that does this!
Allow user to create checklist content
Hi all,
I'm trying to find an appropriate property so that an admin can go into the backoffice, create a "checklist page", and then add items to the "checklist" property of that page, which will then be displayed.
The "related links" component does exactly this, but with multiple values per item. I want exactly this functionality, but with one value per item, however I can't find a datatype that does this!
Could you use Multiple Textbox for this?
https://our.umbraco.org/documentation/getting-started/Backoffice/Property-Editors/Built-in-Property-Editors/Multiple-Textbox
This looks good. Thank you!
is working on a reply...