Convert comments in tagRenderings into IDs as they were mostly used like this
This commit is contained in:
parent
d6aecc23a2
commit
f386c3a25f
15 changed files with 282 additions and 282 deletions
|
@ -142,7 +142,6 @@
|
|||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"#": "Name",
|
||||
"question": {
|
||||
"nl": "Wat is de naam van deze eetgelegenheid?",
|
||||
"en": "What is the name of this restaurant?"
|
||||
|
@ -153,10 +152,10 @@
|
|||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
}
|
||||
},
|
||||
"id": "Name"
|
||||
},
|
||||
{
|
||||
"#": "Fastfood vs restaurant",
|
||||
"question": {
|
||||
"en": "What type of business is this?",
|
||||
"nl": "Wat voor soort zaak is dit?"
|
||||
|
@ -174,7 +173,8 @@
|
|||
"nl": "Dit is een <b>restaurant</b>. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"id": "Fastfood vs restaurant"
|
||||
},
|
||||
"opening_hours",
|
||||
"website",
|
||||
|
@ -183,7 +183,6 @@
|
|||
"payment-options",
|
||||
"wheelchair-access",
|
||||
{
|
||||
"#": "Cuisine",
|
||||
"question": {
|
||||
"nl": "Welk soort gerechten worden hier geserveerd?",
|
||||
"en": "Which food is served here?"
|
||||
|
@ -292,10 +291,10 @@
|
|||
"nl": "Dit is een Thaïs restaurant"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"id": "Cuisine"
|
||||
},
|
||||
{
|
||||
"#": "Takeaway",
|
||||
"question": {
|
||||
"nl": "Biedt deze zaak een afhaalmogelijkheid aan?",
|
||||
"en": "Does this place offer takea-way?"
|
||||
|
@ -322,10 +321,10 @@
|
|||
"nl": "Hier is geen afhaalmogelijkheid"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"id": "Takeaway"
|
||||
},
|
||||
{
|
||||
"#": "Vegetarian (no friture)",
|
||||
"question": {
|
||||
"nl": "Heeft deze eetgelegenheid een vegetarische optie?",
|
||||
"en": "Does this restaurant have a vegetarian option?"
|
||||
|
@ -356,10 +355,10 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"condition": "cuisine!=friture"
|
||||
"condition": "cuisine!=friture",
|
||||
"id": "Vegetarian (no friture)"
|
||||
},
|
||||
{
|
||||
"#": "Vegan (no friture)",
|
||||
"question": {
|
||||
"nl": "Heeft deze eetgelegenheid een veganistische optie?"
|
||||
},
|
||||
|
@ -389,10 +388,10 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"condition": "cuisine!=friture"
|
||||
"condition": "cuisine!=friture",
|
||||
"id": "Vegan (no friture)"
|
||||
},
|
||||
{
|
||||
"#": "halal (no friture)",
|
||||
"question": {
|
||||
"en": "Does this restaurant offer a halal menu?",
|
||||
"nl": "Heeft dit restaurant halal opties?"
|
||||
|
@ -427,7 +426,8 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"condition": "cuisine!=friture"
|
||||
"condition": "cuisine!=friture",
|
||||
"id": "halal (no friture)"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue