mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-31 16:47:23 +02:00
Add Bridge Number field (#912)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "bridge:ref",
|
||||
"type": "text",
|
||||
"label": "Bridge Number",
|
||||
"reference": {
|
||||
"key": "bridge"
|
||||
},
|
||||
"prerequisiteTag": {
|
||||
"key": "bridge",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "{bridge/ref}"
|
||||
}
|
||||
Reference in New Issue
Block a user