We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The use case for this is to be able to do a list of any datatype eg. rtes. Think of repeatable textstrings but for any datatype.
The return value would be IEnumerable<T> where T is the value type of the selected datatype.
IEnumerable<T>
T
The text was updated successfully, but these errors were encountered:
For inspiration, here's the source code for the Property List editor for Umbraco 7: https://github.com/umco/umbraco-property-list/tree/develop
Sorry, something went wrong.
No branches or pull requests
Idea summary
The use case for this is to be able to do a list of any datatype eg. rtes. Think of repeatable textstrings but for any datatype.
The return value would be
IEnumerable<T>
whereT
is the value type of the selected datatype.Which categories would the idea fit?
Code of Conduct
The text was updated successfully, but these errors were encountered: