Add toprope question, make average length conditional
This commit is contained in:
parent
ad8b2ab36a
commit
ae146606e0
1 changed files with 8 additions and 2 deletions
|
@ -77,10 +77,16 @@
|
||||||
"builtin": "climbing.fee"
|
"builtin": "climbing.fee"
|
||||||
},
|
},
|
||||||
"opening_hours",
|
"opening_hours",
|
||||||
|
"climbing.toprope",
|
||||||
|
{
|
||||||
|
"builtin": "climbing.average_length",
|
||||||
|
"override": {
|
||||||
|
"condition": "climbing:toprope!=no"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "climbing_gym_questions",
|
"id": "climbing_gym_questions",
|
||||||
"builtin": [
|
"builtin": [
|
||||||
"climbing.average_length",
|
|
||||||
"climbing.min_difficulty",
|
"climbing.min_difficulty",
|
||||||
"climbing.max_difficulty",
|
"climbing.max_difficulty",
|
||||||
"climbing.bouldering",
|
"climbing.bouldering",
|
||||||
|
|
Loading…
Reference in a new issue