Presets for common taxi vehicles found in developing regions (#946)

This commit is contained in:
Win Olario 2023-07-21 15:16:37 +08:00 committed by GitHub
parent 61f5dffa6b
commit 707101f971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 127 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{
"key": "taxi_vehicle",
"type": "semiCombo",
"label": "Vehicle Type",
"strings": {
"options": {
"motorcar": {
"title": "Motorcar (implied default)",
"description": "Regular car"
},
"motorcycle": {
"title": "Motorcycle (e.g. mototáxi, etc.)",
"description": "With passengers 'riding pillon'"
},
"auto_rickshaw": {
"title": "Auto Rickshaw (e.g. bajaj, tricycle, tuk-tuk, etc.)",
"description": "Motorized rickshaws"
},
"cycle_rickshaw": {
"title": "Cycle Rickshaw (e.g. padyak, velotaxi, etc.)",
"description": "Pedal-powered rickshaws"
}
}
},
"autoSuggestions": false,
"customValues": false
}