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 -8
View File
@@ -1,12 +1,5 @@
{
"key": "bath:type",
"type": "combo",
"label": "Specialty",
"strings": {
"options": {
"onsen": "Japanese Onsen",
"foot_bath": "Foot Bath",
"hot_spring": "Hot Spring"
}
}
"label": "Specialty"
}