Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/data_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ meta keyword members for enum:

key | type | default |platform| description
---------------|-------|------------|--------|-------------
[`display`] |string |`"platform"`| |How enum component should be displayed, allowed values: `"platform"`, `"radio"`, `"select"`, `"stars"`
[`display`] |string |`"platform"`| |How enum component should be displayed, allowed values: `"platform"`, `"radio"`, `"select"`, `"stars"`, `"radiobox"`
[`enum-titles`]|object |`{}` | |It can define a label to display instead of enum value, it's no required to be set for all the available values.


Expand Down