Add toprope question, make average length conditional

This commit is contained in:
Pieter Vander Vennet 2022-12-07 23:51:00 +01:00 committed by GitHub
parent ad8b2ab36a
commit ae146606e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,10 +77,16 @@
"builtin": "climbing.fee"
},
"opening_hours",
"climbing.toprope",
{
"builtin": "climbing.average_length",
"override": {
"condition": "climbing:toprope!=no"
}
},
{
"id": "climbing_gym_questions",
"builtin": [
"climbing.average_length",
"climbing.min_difficulty",
"climbing.max_difficulty",
"climbing.bouldering",
@ -165,4 +171,4 @@
}
}
]
}
}