Add rental of shoes and climbing harnesses to the climbing gyms

This commit is contained in:
Pieter Vander Vennet 2022-12-31 01:30:12 +01:00
parent 629fc8dca8
commit 730efe124b

View file

@ -77,6 +77,46 @@
"builtin": "climbing.fee"
},
"opening_hours",
{
"id": "shoe_rental",
"question": {
"en": "Can one rent climbing shoes here?"
},
"mappings": [
{
"if": "service:rental:climbing_shoes=yes",
"then": {
"en": "Climbing shoes can be rented here"
}
},
{
"if": "service:rental:climbing_shoes=no",
"then": {
"en": "Climbing shoes can <b>not</b> be rented here"
}
}
]
},
{
"id": "harness_rental",
"question": {
"en": "Can one rent a climbing harness here?"
},
"mappings": [
{
"if": "service:rental:climbing_harness=yes",
"then": {
"en": "A climbing harness can be rented here"
}
},
{
"if": "service:rental:climbing_harness=no",
"then": {
"en": "A climbing harness can <b>not</b> be rented here"
}
}
]
},
"climbing.toprope",
{
"builtin": "climbing.average_length",