mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 00:29:40 +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",
|
||||
|
||||
@@ -2979,6 +2979,14 @@ en:
|
||||
label: Classes of Driver’s License
|
||||
terms: '[translate with synonyms or related terms for ''Classes of Driver’s License'', separated by commas]'
|
||||
lifeguard:
|
||||
# lifeguard=*
|
||||
label: Type
|
||||
options:
|
||||
# lifeguard=base
|
||||
base: Lifeguard Base
|
||||
# lifeguard=tower
|
||||
tower: Lifeguard Tower
|
||||
lifeguard_check:
|
||||
# lifeguard=*
|
||||
label: Lifeguard
|
||||
lift_gate/type:
|
||||
@@ -5442,6 +5450,8 @@ en:
|
||||
'yes': Yes, in all stalls
|
||||
# 'terms: feminine hygiene,pads,period,period products,tampons'
|
||||
terms: '[translate with synonyms or related terms for ''Free Menstrual Products Available'', separated by commas]'
|
||||
toilets/menstrual_products_poi:
|
||||
# toilets:menstrual_products=*
|
||||
toilets/position:
|
||||
# toilets:position=*
|
||||
label: Positions
|
||||
|
||||
Reference in New Issue
Block a user