Add bicycle_rental questions to bike shops

This commit is contained in:
Pieter Vander Vennet 2022-04-08 21:53:29 +02:00
parent aab2a308fc
commit 4235c42463
2 changed files with 10 additions and 4 deletions

View file

@ -143,7 +143,9 @@
}, },
{ {
"id": "bicycle-types", "id": "bicycle-types",
"group": "bicycle_rental", "labels": [
"bicycle_rental"
],
"question": { "question": {
"en": "What kind of bicycles and accessories are rented here?", "en": "What kind of bicycles and accessories are rented here?",
"nl": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?" "nl": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?"
@ -270,7 +272,9 @@
"renderings": [ "renderings": [
{ {
"id": "rental-capacity-bicycle-type", "id": "rental-capacity-bicycle-type",
"group": "bicycle_rental", "labels": [
"bicycle_rental"
],
"question": { "question": {
"en": "How much type_plural can be rented here? ", "en": "How much type_plural can be rented here? ",
"nl": "Hoeveel type_plural kunnen hier uitgeleend worden?" "nl": "Hoeveel type_plural kunnen hier uitgeleend worden?"

View file

@ -308,7 +308,6 @@
"id": "bike_shop-email" "id": "bike_shop-email"
}, },
"opening_hours", "opening_hours",
"description",
{ {
"render": { "render": {
"en": "Only accessible to {access}", "en": "Only accessible to {access}",
@ -436,6 +435,7 @@
] ]
}, },
{ {
"#": "Remark: we steal the 'bicycle_rental' questions from the other layer. They'll get the condition of their source automatically!",
"id": "bike_repair_rents-bikes", "id": "bike_repair_rents-bikes",
"question": { "question": {
"en": "Does this shop rent out bikes?", "en": "Does this shop rent out bikes?",
@ -479,6 +479,7 @@
} }
] ]
}, },
"bicycle_rental.*bicycle_rental",
{ {
"id": "bike_repair_second-hand-bikes", "id": "bike_repair_second-hand-bikes",
"question": { "question": {
@ -669,7 +670,8 @@
} }
] ]
}, },
"bike_cleaning.bike_cleaning-service:bicycle:cleaning:charge" "bike_cleaning.bike_cleaning-service:bicycle:cleaning:charge",
"description"
], ],
"presets": [ "presets": [
{ {