Toilets.json: hide fee and opening hours question if the toilet is not publicly accessible; fix #971
This commit is contained in:
parent
f542ee18cf
commit
5f70c52c0d
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "toilets-fee",
|
"id": "toilets-fee",
|
||||||
|
"condition": "access!=no",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Are these toilets free to use?",
|
"en": "Are these toilets free to use?",
|
||||||
"de": "Können diese Toiletten kostenlos benutzt werden?",
|
"de": "Können diese Toiletten kostenlos benutzt werden?",
|
||||||
|
@ -220,6 +221,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Opening-hours",
|
"id": "Opening-hours",
|
||||||
|
"condition": "access!=no",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "When are these toilets opened?",
|
"en": "When are these toilets opened?",
|
||||||
"nl": "Wanneer zijn deze toiletten open?",
|
"nl": "Wanneer zijn deze toiletten open?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue