mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-26 09:57:48 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "structureRadio",
|
||||
"keys": [
|
||||
"bridge",
|
||||
"tunnel",
|
||||
"embankment",
|
||||
"cutting",
|
||||
"ford"
|
||||
],
|
||||
"label": "Structure",
|
||||
"placeholder": "Unknown",
|
||||
"strings": {
|
||||
"options": {
|
||||
"bridge": "Bridge",
|
||||
"tunnel": "Tunnel",
|
||||
"embankment": "Embankment",
|
||||
"cutting": "Cutting",
|
||||
"ford": "Ford"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user