mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 06:53:53 +02:00
add post_box:type to global Post Box preset
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user