Support multiple values in the beauty field (close #7215)

This commit is contained in:
Quincy Morgan
2020-01-24 09:20:23 -05:00
parent d83ccf590c
commit 69df630f21
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ en:
onsen: Japanese Onsen
beauty:
# beauty=*
label: Beauty Specialty
label: Services
bench:
# bench=*
label: Bench
+1 -1
View File
@@ -37,7 +37,7 @@
"bath/open_air": {"key": "bath:open_air", "label": "Open Air", "type": "check"},
"bath/sand_bath": {"key": "bath:sand_bath", "label": "Sand Bath", "type": "check"},
"bath/type": {"key": "bath:type", "type": "combo", "label": "Specialty", "strings": {"options": {"onsen": "Japanese Onsen", "foot_bath": "Foot Bath", "hot_spring": "Hot Spring"}}},
"beauty": {"key": "beauty", "type": "combo", "label": "Beauty Specialty"},
"beauty": {"key": "beauty", "type": "semiCombo", "label": "Services"},
"bench": {"key": "bench", "type": "check", "label": "Bench", "terms": ["seating"]},
"bicycle_parking": {"key": "bicycle_parking", "type": "combo", "label": "Type"},
"bin": {"key": "bin", "type": "check", "label": "Waste Bin", "terms": ["garbage can", "trash can"]},
+2 -2
View File
@@ -1,5 +1,5 @@
{
"key": "beauty",
"type": "combo",
"label": "Beauty Specialty"
"type": "semiCombo",
"label": "Services"
}
+1 -1
View File
@@ -1340,7 +1340,7 @@
{"key": "bath:type", "value": "onsen", "description": "🄵 Specialty"},
{"key": "bath:type", "value": "foot_bath", "description": "🄵 Specialty"},
{"key": "bath:type", "value": "hot_spring", "description": "🄵 Specialty"},
{"key": "beauty", "description": "🄵 Beauty Specialty"},
{"key": "beauty", "description": "🄵 Services"},
{"key": "bench", "description": "🄵 Bench"},
{"key": "bicycle_parking", "description": "🄵 Type"},
{"key": "bin", "description": "🄵 Waste Bin"},
+1 -1
View File
@@ -2799,7 +2799,7 @@
}
},
"beauty": {
"label": "Beauty Specialty"
"label": "Services"
},
"bench": {
"label": "Bench",