create template for crossing:markings fields, and add regional field for DE-AT-CH

This commit is contained in:
Martin Raifer 2023-04-26 11:32:27 +02:00
parent 57fe16f29d
commit 8d45c78e65
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
22 changed files with 127 additions and 32 deletions

View file

@ -0,0 +1,23 @@
{
"key": "crossing:markings",
"type": "combo",
"label": "{crossing/markings}",
"options": [
"zebra",
"yes",
"no",
"dots",
"dashes",
"surface"
],
"autoSuggestions": false,
"iconsCrossReference": "{crossing/markings}",
"stringsCrossReference": "{crossing/markings}",
"locationSet": {
"include": [
"DE",
"AT",
"CH"
]
}
}

View file

@ -37,7 +37,10 @@
},
"locationSet": {
"exclude": [
"BG"
"BG",
"DE",
"AT",
"CH"
]
}
}

View file

@ -0,0 +1,24 @@
{
"key": "crossing:markings",
"type": "combo",
"label": "{crossing/markings}",
"options": [
"zebra",
"yes",
"no",
"dots",
"dashes",
"surface"
],
"autoSuggestions": false,
"iconsCrossReference": "{crossing/markings}",
"stringsCrossReference": "{crossing/markings}",
"locationSet": {
"include": [
"DE",
"AT",
"CH"
]
},
"default": "yes"
}

View file

@ -7,7 +7,10 @@
"default": "yes",
"locationSet": {
"exclude": [
"BG"
"BG",
"DE",
"AT",
"CH"
]
}
}