Add translatable options for Swimming Pool field; add preset for Hot Tub (#1008)

This commit is contained in:
archpdx
2024-02-05 15:12:08 +01:00
committed by GitHub
parent 08bd11719c
commit b526b49ea2
3 changed files with 46 additions and 1 deletions
+15 -1
View File
@@ -1,5 +1,19 @@
{
"key": "swimming_pool",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"swimming": "Lap Pool",
"plunge": "Diving",
"wading": "Wading / Leisure",
"spa": "Spa",
"wave_pool": "Wave Pool",
"lazy_river": "Lazy River",
"personal": "Personal / Backyard",
"kids": "Kids Pool"
}
},
"autoSuggestions": false,
"customValues": true
}