mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-16 17:37:23 +02:00
Add string labels for combo fields with limited suggestions but allowed custom values
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
"key": "display",
|
||||
"type": "combo",
|
||||
"label": "Display",
|
||||
"options": ["analog", "digital", "sundial", "unorthodox"],
|
||||
"strings": {
|
||||
"options": {
|
||||
"analog": "Analog",
|
||||
"digital": "Digital",
|
||||
"sundial": "Sundial",
|
||||
"unorthodox": "Unorthodox"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user