Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-06-19 22:13:38 +02:00
parent a0b69d6d4a
commit 43a214a5d1
95 changed files with 3983 additions and 2464 deletions

View file

@ -3723,6 +3723,17 @@
},
"question": "Does this restaurant have a vegetarian option?"
},
"delivery": {
"mappings": {
"0": {
"then": "This business does home delivery (eventually via a third party)"
},
"1": {
"then": "This business does not deliver at home"
}
},
"question": "Delivers {title()} their food at home?"
},
"friture-oil": {
"mappings": {
"0": {
@ -4397,6 +4408,13 @@
}
},
"playground": {
"deletion": {
"nonDeleteMappings": {
"0": {
"then": "This is a schoolyard - an (outdoor) area where pupils of a school can play during recess and which is not publicly accessible"
}
}
},
"description": "Playgrounds",
"name": "Playgrounds",
"presets": {
@ -4435,6 +4453,9 @@
},
"4": {
"then": "Not accessible"
},
"5": {
"then": "This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public"
}
},
"question": "Is this playground accessible to the general public?"
@ -5962,4 +5983,4 @@
}
}
}
}
}