Use semiCombo field for cuisine

This commit is contained in:
Bryan Housel
2017-03-17 14:04:16 -04:00
parent c7764c1c11
commit 8b35ff449f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ en:
label: Type
cuisine:
# cuisine=*
label: Cuisine
label: Cuisines
currency_multi:
# 'currency:=*'
label: Currency Types
+2 -2
View File
@@ -475,8 +475,8 @@
},
"cuisine": {
"key": "cuisine",
"type": "combo",
"label": "Cuisine"
"type": "semiCombo",
"label": "Cuisines"
},
"currency_multi": {
"key": "currency:",
+2 -2
View File
@@ -1,5 +1,5 @@
{
"key": "cuisine",
"type": "combo",
"label": "Cuisine"
"type": "semiCombo",
"label": "Cuisines"
}
+1 -1
View File
@@ -1047,7 +1047,7 @@
"label": "Type"
},
"cuisine": {
"label": "Cuisine"
"label": "Cuisines"
},
"currency_multi": {
"label": "Currency Types"