Small tweaks to the pharmacy layer

This commit is contained in:
Pieter Vander Vennet 2022-07-07 23:38:48 +02:00
parent d8d0fa685b
commit 97334fc369

View file

@ -22,7 +22,6 @@
"phone", "phone",
"email", "email",
"website", "website",
"dispensing",
{ {
"id": "wheelchair", "id": "wheelchair",
"render": { "render": {
@ -31,20 +30,17 @@
"question": { "question": {
"en": "Is this pharmacy easy to access on a wheelchair?" "en": "Is this pharmacy easy to access on a wheelchair?"
}, },
"freeform": {
"key": "wheelchair"
},
"mappings": [ "mappings": [
{ {
"if": "wheelchair=yes", "if": "wheelchair=yes",
"then": { "then": {
"en": "Yes, this pharmacy is easy to access on a wheelchair" "en": "This pharmacy is easy to access on a wheelchair"
} }
}, },
{ {
"if": "wheelchair=no", "if": "wheelchair=no",
"then": { "then": {
"en": "No, this pharmacy is hard to access on a wheelchair" "en": "This pharmacy is hard to access on a wheelchair"
} }
}, },
@ -55,33 +51,6 @@
} }
} }
] ]
},
{
"id": "drive_through",
"render": {
"en": "Pharmacy drive through: {drive_through}"
},
"question": {
"en": "Does this pharmacy have a drive through?"
},
"freeform": {
"key": "drive_through"
},
"mappings": [
{
"if": "drive_through=yes",
"then": {
"en": "Yes, this pharmacy has a drive through"
}
},
{
"if": "drive_through=no",
"then": {
"en": "No, this pharmacy does not have a drive through"
}
}
]
} }
], ],
"mapRendering": [ "mapRendering": [