Small tweak to the AED theme: show acces if defined
This commit is contained in:
parent
90273ce375
commit
a109b09681
2 changed files with 11 additions and 3 deletions
|
@ -2,7 +2,7 @@ import { Utils } from "../Utils";
|
||||||
|
|
||||||
export default class Constants {
|
export default class Constants {
|
||||||
|
|
||||||
public static vNumber = "0.6.4b";
|
public static vNumber = "0.6.4c";
|
||||||
|
|
||||||
// The user journey states thresholds when a new feature gets unlocked
|
// The user journey states thresholds when a new feature gets unlocked
|
||||||
public static userJourney = {
|
public static userJourney = {
|
||||||
|
|
|
@ -125,7 +125,12 @@
|
||||||
"nl": "Toegankelijkheid is {access}",
|
"nl": "Toegankelijkheid is {access}",
|
||||||
"de": "Zugang ist {access}"
|
"de": "Zugang ist {access}"
|
||||||
},
|
},
|
||||||
"condition": "indoor=yes",
|
"condition": {
|
||||||
|
"or": [
|
||||||
|
"indoor=yes",
|
||||||
|
"access~*"
|
||||||
|
]
|
||||||
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "access",
|
"key": "access",
|
||||||
"addExtraTags": [
|
"addExtraTags": [
|
||||||
|
@ -209,7 +214,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": "{defibrillator:location}",
|
"render": {
|
||||||
|
"nl": "<i>Meer informatie over de locatie:</i><br/>{defibrillator:location}",
|
||||||
|
"en": "<i>Extra information about the location:</i><br/>{defibrillator:location}"
|
||||||
|
},
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Please give some explanation on where the defibrillator can be found",
|
"en": "Please give some explanation on where the defibrillator can be found",
|
||||||
"ca": "Dóna detalls d'on es pot trobar el desfibril·lador",
|
"ca": "Dóna detalls d'on es pot trobar el desfibril·lador",
|
||||||
|
|
Loading…
Reference in a new issue