Add government=* type field to Government Office preset

(closes #4517)
This commit is contained in:
Bryan Housel
2017-11-09 22:35:49 -05:00
parent 6a44bf96a7
commit e113c47835
6 changed files with 18 additions and 0 deletions

View File

@@ -600,6 +600,9 @@ en:
generator/type:
# 'generator:type=*'
label: Type
government:
# government=*
label: Type
grape_variety:
# grape_variety=*
label: Grape Varieties

View File

@@ -820,6 +820,11 @@
"type": "combo",
"label": "Type"
},
"government": {
"key": "government",
"type": "typeCombo",
"label": "Type"
},
"grape_variety": {
"key": "grape_variety",
"type": "semiCombo",

View File

@@ -0,0 +1,5 @@
{
"key": "government",
"type": "typeCombo",
"label": "Type"
}

View File

@@ -11818,6 +11818,7 @@
"icon": "commercial",
"fields": [
"name",
"government",
"address",
"building_area",
"opening_hours"

View File

@@ -2,6 +2,7 @@
"icon": "commercial",
"fields": [
"name",
"government",
"address",
"building_area",
"opening_hours"

View File

@@ -1610,6 +1610,9 @@
"generator/type": {
"label": "Type"
},
"government": {
"label": "Type"
},
"grape_variety": {
"label": "Grape Varieties"
},