mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-05 20:48:03 +02:00
Add string labels for combo fields with limited suggestions but allowed custom values
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
"label": "Sources",
|
||||
"snake_case": false,
|
||||
"caseSensitive": true,
|
||||
"options": [
|
||||
"survey",
|
||||
"local knowledge",
|
||||
"gps",
|
||||
"aerial imagery",
|
||||
"streetlevel imagery"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"survey": "Survey",
|
||||
"local knowledge": "Local Knowledge",
|
||||
"aerial imagery": "Aerial Imagery",
|
||||
"gps": "GPS",
|
||||
"streetlevel imagery": "Street-Level Photos"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"terms": [
|
||||
"reference"
|
||||
|
||||
Reference in New Issue
Block a user