mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-31 08:37:25 +02:00
create template for crossing:markings fields, and add regional field for DE-AT-CH
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -7,7 +7,10 @@
|
||||
"default": "yes",
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"BG"
|
||||
"BG",
|
||||
"DE",
|
||||
"AT",
|
||||
"CH"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user