Allow any value for public bath type field (close #7481)

This commit is contained in:
Quincy Morgan
2020-04-29 12:43:17 -07:00
parent 7c5ec9be70
commit 2aef248fd8
5 changed files with 4 additions and 25 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
"basin": {"key": "basin", "type": "combo", "label": "Type"},
"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"}}},
"bath/type": {"key": "bath:type", "type": "combo", "label": "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"},