mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +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
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"collection_times",
|
||||
"post_box/type",
|
||||
"ref"
|
||||
],
|
||||
"moreFields": [
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"fields": [
|
||||
"{amenity/post_box}",
|
||||
"post_box/type",
|
||||
"post_box/type-GB",
|
||||
"royal_cypher"
|
||||
],
|
||||
"moreFields": [
|
||||
|
||||
Reference in New Issue
Block a user