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
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
3 changed files with 9 additions and 28 deletions

View file

@ -16,5 +16,10 @@
}
},
"autoSuggestions": false,
"customValues": false
"customValues": false,
"locationSet": {
"include": [
"gb"
]
}
}