Add tandems, add images to cycle rental

This commit is contained in:
Pieter Vander Vennet 2022-03-14 17:14:25 +01:00
parent 564fb16135
commit 2ceeb15a67
3 changed files with 29 additions and 2 deletions

View file

@ -44,6 +44,7 @@
"nl": "Fietsverhuustations" "nl": "Fietsverhuustations"
}, },
"tagRenderings": [ "tagRenderings": [
"images",
{ {
"id": "bicycle_rental_type", "id": "bicycle_rental_type",
"question": { "question": {
@ -186,6 +187,13 @@
"en": "Bikes for childs can be rented here", "en": "Bikes for childs can be rented here",
"nl": "Kinderfietsen kunnen hier gehuurd worden" "nl": "Kinderfietsen kunnen hier gehuurd worden"
} }
},
{
"if": "rental=tandem",
"then": {
"en": "Tandem bicycles can be rented here",
"nl": "Tandems kunnen hier gehuurd worden"
}
} }
] ]
}, },
@ -235,7 +243,14 @@
"bicycle_pannier", "bicycle_pannier",
{ {
"en": "bicycle panniers", "en": "bicycle panniers",
"nl": "Fietstassen" "nl": "fietstassen"
}
],
[
"tandem_bicycle",
{
"en": "tandem bicycle",
"nl": "tandem"
} }
] ]
] ]

View file

@ -456,6 +456,9 @@
}, },
"5": { "5": {
"1": "bicycle panniers" "1": "bicycle panniers"
},
"6": {
"1": "tandem bicycle"
} }
} }
} }
@ -476,6 +479,9 @@
}, },
"4": { "4": {
"then": "Bikes for childs can be rented here" "then": "Bikes for childs can be rented here"
},
"5": {
"then": "Tandem bicycles can be rented here"
} }
}, },
"question": "What kind of bicycles and accessories are rented here?", "question": "What kind of bicycles and accessories are rented here?",

View file

@ -455,7 +455,10 @@
"1": "mountainbike" "1": "mountainbike"
}, },
"5": { "5": {
"1": "Fietstassen" "1": "fietstassen"
},
"6": {
"1": "tandem"
} }
} }
} }
@ -476,6 +479,9 @@
}, },
"4": { "4": {
"then": "Kinderfietsen kunnen hier gehuurd worden" "then": "Kinderfietsen kunnen hier gehuurd worden"
},
"5": {
"then": "Tandems kunnen hier gehuurd worden"
} }
}, },
"question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?", "question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?",