Files
id-tagging-schema-b/data/fields/side.json
2024-08-04 21:09:59 +08:00

13 lines
228 B
JSON

{
"key": "side",
"type": "combo",
"label": "Side",
"strings": {
"options": {
"left": "Left of Cyclist",
"right": "Right of Cyclist"
}
},
"autoSuggestions": false
}