Add "connection" to piste:type=* option list

(closes #5268)
This commit is contained in:
Bryan Housel
2018-09-04 18:27:08 -04:00
parent a50ab3a22f
commit 4c2ad801fc
5 changed files with 8 additions and 3 deletions
+2
View File
@@ -1144,6 +1144,8 @@ en:
# 'piste:type=*'
label: Type
options:
# 'piste:type=connection'
connection: Connection
# 'piste:type=downhill'
downhill: Downhill
# 'piste:type=hike'
+1 -1
View File
@@ -193,7 +193,7 @@
"phone": {"key": "phone", "type": "tel", "icon": "maki-telephone", "universal": true, "label": "Telephone", "placeholder": "+31 42 123 4567"},
"piste/difficulty": {"key": "piste:difficulty", "type": "combo", "label": "Difficulty", "placeholder": "Easy, Intermediate, Advanced...", "strings": {"options": {"novice": "Novice (instructional)", "easy": "Easy (green circle)", "intermediate": "Intermediate (blue square)", "advanced": "Advanced (black diamond)", "expert": "Expert (double black diamond)", "freeride": "Freeride (off-piste)", "extreme": "Extreme (climbing equipment required)"}}},
"piste/grooming": {"key": "piste:grooming", "type": "combo", "label": "Grooming", "strings": {"options": {"classic": "Classic", "mogul": "Mogul", "backcountry": "Backcountry", "classic+skating": "Classic and Skating", "scooter": "Scooter/Snowmobile", "skating": "Skating"}}},
"piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "nordic": "Nordic", "skitour": "Skitour", "sled": "Sled", "hike": "Hike", "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", "playground": "Playground"}}},
"piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "nordic": "Nordic", "skitour": "Skitour", "sled": "Sled", "hike": "Hike", "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", "playground": "Playground", "connection": "Connection"}}},
"place": {"key": "place", "type": "typeCombo", "label": "Type"},
"plant": {"key": "plant", "type": "combo", "label": "Plant"},
"plant/output/electricity": {"key": "plant:output:electricity", "type": "text", "label": "Power Output", "placeholder": "500 MW, 1000 MW, 2000 MW..."},
+2 -1
View File
@@ -12,7 +12,8 @@
"sleigh": "Sleigh",
"ice_skate": "Ice Skate",
"snow_park": "Snow Park",
"playground": "Playground"
"playground": "Playground",
"connection": "Connection"
}
}
}
+1
View File
@@ -6876,6 +6876,7 @@
{"key": "piste:type", "value": "ice_skate", "description": "Type"},
{"key": "piste:type", "value": "snow_park", "description": "Type"},
{"key": "piste:type", "value": "playground", "description": "Type"},
{"key": "piste:type", "value": "connection", "description": "Type"},
{"key": "plant", "description": "Plant"},
{"key": "plant:output:electricity", "description": "Power Output"},
{"key": "baby", "description": "Baby Seat"},
+2 -1
View File
@@ -2422,7 +2422,8 @@
"sleigh": "Sleigh",
"ice_skate": "Ice Skate",
"snow_park": "Snow Park",
"playground": "Playground"
"playground": "Playground",
"connection": "Connection"
}
},
"place": {