mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-13 14:50:22 +02:00
Add translatable options for Swimming Pool field; add preset for Hot Tub (#1008)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user