mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-25 05:40:51 +02:00
add field to specify the type of Lifeguard locations
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"key": "lifeguard",
|
||||
"type": "check",
|
||||
"label": "Lifeguard",
|
||||
"terms": [
|
||||
"lifesaver"
|
||||
]
|
||||
"type": "radio",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"base": "Lifeguard Base",
|
||||
"tower": "Lifeguard Tower"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"key": "lifeguard",
|
||||
"type": "check",
|
||||
"label": "Lifeguard",
|
||||
"terms": [
|
||||
"lifesaver"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"icon": "fas-life-ring",
|
||||
"fields": [
|
||||
"lifeguard",
|
||||
"ref",
|
||||
"operator",
|
||||
"building_area_yes",
|
||||
|
||||
Reference in New Issue
Block a user