Make bicycle-rental questions conditional in bike_shop layer

This commit is contained in:
Pieter Vander Vennet 2022-12-23 18:24:56 +01:00
parent e836445de6
commit c8971a1cbe
3 changed files with 19 additions and 7 deletions

View file

@ -39,6 +39,7 @@
"socialImage": "./assets/themes/cyclofix/logo.svg",
"layers": [
"bike_cafe",
"bike_shop",
{
"builtin": [
"bicycle_rental"
@ -87,7 +88,6 @@
]
}
},
"bike_shop",
{
"builtin": "bicycle_library",
"override": {
@ -130,4 +130,4 @@
}
}
]
}
}