Adding explanation to checkbox lists and similar #11038
enkelmedia
started this conversation in
Features and ideas
Replies: 1 comment
-
I agree a description like in Contentment can be super useful to content editors. Also related to this disqussion, where I would like we had a bit more control of the actual stored value. I think we need a prevalue editor to handle an array of objects (label, value, description) and not just a string of string values. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the current checkbox-list we can enter any number of prevalues which is just a simple value.
Rendered like this
I'm proposing that we should add a description to the pre values and render this with each option as sometimes the pre value does not say enough for the editor to know what to choose.
So that we would render each checkbox with the pre value, and then a small-tag under with the description.
This would apply to at least the "checkbox list" but maybe also dropdowns (could use title-attribute for each "option" in the select maybe).
What do you think about this? I could work on a PR if this is something we want.
OR we should evaluate to add something like the Data List from Contentment https://github.com/leekelleher/umbraco-contentment to the core.
Beta Was this translation helpful? Give feedback.
All reactions