Files
iD/data/presets/fields/piste/difficulty.json

18 lines
432 B
JSON

{
"key": "piste:difficulty",
"type": "combo",
"label": "Difficulty",
"placeholder": "Easy, Intermediate, Advanced...",
"strings": {
"options": {
"novice": "Novice",
"easy": "Easy",
"intermediate": "Intermediate",
"advanced": "Advanced",
"expert": "Expert",
"freeride": "Freeride",
"extreme": "Extreme"
}
}
}