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

This commit is contained in:
Martin Raifer
2023-05-11 16:45:01 +02:00
parent 57fe16f29d
commit 8d45c78e65
22 changed files with 127 additions and 32 deletions
@@ -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"
]
}
}
+4 -1
View File
@@ -37,7 +37,10 @@
},
"locationSet": {
"exclude": [
"BG"
"BG",
"DE",
"AT",
"CH"
]
}
}
@@ -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"
}
+4 -1
View File
@@ -7,7 +7,10 @@
"default": "yes",
"locationSet": {
"exclude": [
"BG"
"BG",
"DE",
"AT",
"CH"
]
}
}