simplify post box preset

dropping the GB regional variant in favour of making the `royal_cypher` field regional.

see also https://github.com/ideditor/schema-builder/issues/94
This commit is contained in:
Martin Raifer
2023-11-27 20:53:41 +01:00
parent 7a444f10be
commit ae68feef3c
3 changed files with 9 additions and 28 deletions
@@ -16,5 +16,10 @@
}
},
"autoSuggestions": false,
"customValues": false
"customValues": false,
"locationSet": {
"include": [
"gb"
]
}
}