add post_box:type to global Post Box preset

This commit is contained in:
Martin Raifer 2023-03-01 23:04:26 +01:00
parent 182d415081
commit f7c5ec8d8c
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
4 changed files with 31 additions and 6 deletions

View file

@ -0,0 +1,18 @@
{
"key": "post_box:type",
"locationSet": {
"include": [
"gb"
]
},
"type": "typeCombo",
"label": "{post_box/type}",
"stringsCrossReference": "{post_box/type}",
"options": [
"pillar",
"lamp",
"wall"
],
"autoSuggestions": false,
"customValues": false
}

View file

@ -1,14 +1,20 @@
{
"key": "post_box:type",
"locationSet": {
"exclude": [
"gb"
]
},
"type": "typeCombo",
"label": "Type",
"strings": {
"options": {
"pillar": "Pillar",
"lamp": "Lamp",
"wall": "Wall"
"pillar": "Freestanding Box",
"lamp": "Attached to a Pole",
"wall": "Mounted in a Wall",
"community": "Community Mailboxes"
}
},
"autoSuggestions": false,
"customValues": false
"autoSuggestions": true,
"customValues": true
}