mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user