This commit is contained in:
SteveLz 2025-10-22 16:01:58 +02:00 committed by GitHub
commit a890412394
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 62 additions and 2 deletions

View file

@ -0,0 +1,12 @@
{
"key": "bridge:name",
"type": "localized",
"label": "Bridge Name",
"reference": {
"key": "bridge"
},
"prerequisiteTag": {
"key": "bridge",
"valueNot": "no"
}
}

View file

@ -1,13 +1,15 @@
{
"type": "structureRadio",
"keys": [
"tunnel"
"tunnel",
"bridge"
],
"label": "Structure",
"placeholder": "Unknown",
"strings": {
"options": {
"tunnel": "Tunnel"
"tunnel": "Tunnel",
"bridge": "Bridge"
}
}
}

View file

@ -0,0 +1,8 @@
{
"key": "tunnel:name",
"type": "localized",
"label": "Tunnel Name",
"prerequisiteTag": {
"key": "tunnel"
}
}