Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2020-09-21 22:30:51 +02:00
commit 9e7e2c4458

View file

@ -341,7 +341,8 @@
"nl": "Is dit gebied toegankelijk?" "nl": "Is dit gebied toegankelijk?"
}, },
"freeform": { "freeform": {
"key": "access:description" "key": "access:description",
"addExtraTags": ["access="]
}, },
"mappings": [ "mappings": [
{ {
@ -360,6 +361,7 @@
{ {
"if": { "if": {
"and": [ "and": [
"access:description=",
"access=yes", "access=yes",
"fee=" "fee="
] ]
@ -371,6 +373,7 @@
{ {
"if": { "if": {
"and": [ "and": [
"access:description=",
"access=no", "access=no",
"fee=" "fee="
] ]
@ -382,6 +385,7 @@
{ {
"if": { "if": {
"and": [ "and": [
"access:description=",
"access=private", "access=private",
"fee=" "fee="
] ]
@ -393,6 +397,7 @@
{ {
"if": { "if": {
"and": [ "and": [
"access:description=",
"access=permissive", "access=permissive",
"fee=" "fee="
] ]
@ -404,6 +409,7 @@
{ {
"if": { "if": {
"and": [ "and": [
"access:description=",
"access=guided", "access=guided",
"fee=" "fee="
] ]
@ -415,6 +421,7 @@
{ {
"if": { "if": {
"and": [ "and": [
"access:description=",
"access=yes", "access=yes",
"fee=yes" "fee=yes"
] ]
@ -486,6 +493,25 @@
] ]
} }
}, },
{
"#": "Non-editable description {description}",
"render": {
"nl": "Extra info: <i>{description}</i>"
},
"freeform": {
"key": "description"
}
},
{
"#": "Editable description {description:0}",
"question": "Is er extra info die je kwijt wil?<br/><span class='subtle'>De <i>naam</i> van het gebied wordt in de volgende vraag gesteld</span>",
"render": {
"nl": "Extra info via buurtnatuur.be: <i>{description:0}</i>"
},
"freeform": {
"key": "description:0"
}
},
{ {
"#": "Name:nl-tag", "#": "Name:nl-tag",
"render": { "render": {
@ -537,25 +563,6 @@
} }
} }
] ]
},
{
"#": "Non-editable description {description}",
"render": {
"nl": "Extra info: <i>{description}</i>"
},
"freeform": {
"key": "description"
}
},
{
"#": "Editable description {description:0}",
"question": "Is er extra info die je kwijt wil?",
"render": {
"nl": "Extra info via buurtnatuur.be: <i>{description:0}</i>"
},
"freeform": {
"key": "description:0"
}
} }
] ]
} }