create signal box preset

This commit is contained in:
Kyle Hensel 2025-09-17 20:51:51 +10:00
parent a833997824
commit c8904f6a7b
No known key found for this signature in database
GPG key ID: A6481E3E38D544EC
2 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"key": "railway:signal_box",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"mechanical": "Mechanical",
"electric": "Electrical",
"track_diagram": "Digital",
"electronic": "Fully Automated"
}
},
"autoSuggestions": false,
"customValues": false
}