mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-05 22:46:34 +02:00
add fields for level crossing (#194)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "crossing:barrier",
|
||||
"type": "combo",
|
||||
"label": "Barrier Arm",
|
||||
"strings": {
|
||||
"options": {
|
||||
"full": "Full",
|
||||
"double_half": "Double Half",
|
||||
"half": "Half",
|
||||
"no": "no",
|
||||
"yes": "yes"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "crossing:bell",
|
||||
"type": "check",
|
||||
"label": "Bell"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "crossing:light",
|
||||
"type": "check",
|
||||
"label": "Lights"
|
||||
}
|
||||
Reference in New Issue
Block a user