Add delivery option to food
This commit is contained in:
parent
2323b08ba1
commit
d8573be8ab
1 changed files with 20 additions and 0 deletions
|
@ -383,6 +383,26 @@
|
||||||
],
|
],
|
||||||
"id": "Takeaway"
|
"id": "Takeaway"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "delivery",
|
||||||
|
"question": {
|
||||||
|
"en": "Delivers {title()} their food at home?"
|
||||||
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "delivery=yes",
|
||||||
|
"then": {
|
||||||
|
"en": "This business does home delivery (eventually via a third party)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "delivery=no",
|
||||||
|
"then": {
|
||||||
|
"en": "This business does not deliver at home"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"nl": "Heeft deze eetgelegenheid een vegetarische optie?",
|
"nl": "Heeft deze eetgelegenheid een vegetarische optie?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue