Files
iD/data/presets/fields/bridge/structure_line.json
T
Quincy Morgan 28a353f1fa Add field for bridge:structure key that requires bridge not equal to no in order to appear
Update railway presets to use field inheritance
2019-02-11 15:19:45 -05:00

10 lines
170 B
JSON

{
"key": "bridge:structure",
"type": "combo",
"label": "Bridge Structure",
"prerequisiteTag": {
"key": "bridge",
"valueNot": "no"
}
}