Add some IDs and validation on IDS

This commit is contained in:
Pieter Vander Vennet 2021-09-26 18:15:21 +02:00
parent 4cb09ba8e7
commit 699e609fd7
6 changed files with 20 additions and 285 deletions

View file

@ -166,11 +166,13 @@
},
"tagRenderings": [
{
"id": "walk-length",
"render": {
"nl": "Deze wandeling is <b>{_length:km}km</b> lang"
}
},
{
"id":"walk-type",
"mappings": [
{
"if": "route=iwn",
@ -199,6 +201,7 @@
]
},
{
"id": "walk-description",
"render": {
"nl": "<h3>Korte beschrijving:</h3>{description}"
},
@ -209,6 +212,7 @@
}
},
{
"id": "walk-operator",
"question": {
"nl": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?"
},
@ -218,6 +222,7 @@
}
},
{
"id": "walk-operator-email",
"question": {
"nl": "Naar wie kan men emailen bij problemen rond signalisatie?"
},