Umbraco Built-in Property Editors Enhancements #17931
AhmedElmehalawi
started this conversation in
Features and ideas
Replies: 1 comment 2 replies
-
I think it's a good idea but I have two 'issues' with it:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suggestions for Enhancements to Built-in Property Editors in Umbraco
I suggest the following enhancements for the Built-in Property Editors, such as Dropdown and Checkbox List:
1. Adding Both Name and Value for Each Option
Currently, when adding options, only a single value is provided, which is treated as both the name and value. It would be more beneficial to allow users to add both the name (display label) and value separately for each option.
Example:
2. Adding a Default Value for Dropdown
Enhance the Dropdown property editor by allowing the selection of a default value. This would improve the user experience by pre-selecting a common option.
3. Adding Support for JSON-Based Option Lists
Introduce the ability to define option lists using a JSON structure. This approach would simplify managing larger lists and enable developers to configure options programmatically.
Example JSON Format:
Beta Was this translation helpful? Give feedback.
All reactions