Add crossing:whistle field

This commit is contained in:
arch0345 2023-10-27 21:03:02 -07:00
parent f2c16fbcd6
commit 9620337fba
3 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{
"key": "crossing:whistle",
"type": "combo",
"label": "Train Horn",
"strings": {
"options": {
"yes": "Required",
"optional": "No Train Horn",
"wayside": "Wayside/Stationary Horn"
}
},
"autoSuggestions": false,
"customValues": false
}