Add operator:type=public|private|nil to some highway presets

This commit is contained in:
Tobias 2024-08-10 06:38:51 +02:00
parent 8e6fd74ce5
commit ae1782cdc5
11 changed files with 32 additions and 10 deletions

View file

@ -0,0 +1,12 @@
{
"key": "operator:type",
"type": "check",
"label": "Operator Type",
"strings": {
"options": {
"public": "Public (Default)",
"private": "Private",
"undefined": "Assumed Public"
}
}
}