add field to specify the type of Lifeguard locations

This commit is contained in:
Martin Raifer
2024-02-15 18:25:24 +01:00
parent 7d42b9c32d
commit 5bbd18fe18
4 changed files with 27 additions and 5 deletions
+8 -5
View File
@@ -1,8 +1,11 @@
{
"key": "lifeguard",
"type": "check",
"label": "Lifeguard",
"terms": [
"lifesaver"
]
"type": "radio",
"label": "Type",
"strings": {
"options": {
"base": "Lifeguard Base",
"tower": "Lifeguard Tower"
}
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"key": "lifeguard",
"type": "check",
"label": "Lifeguard",
"terms": [
"lifesaver"
]
}