mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-09-22 17:30:58 +02:00
Add field for lift_gate:type (#711)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"key": "lift_gate:type",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"single": "Single Bar",
|
||||
"double": "Opposing Bars"
|
||||
}
|
||||
},
|
||||
"reference": {
|
||||
"key": "barrier",
|
||||
"value": "lift_gate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user