mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-20 15:34:41 +02:00
feat: Add field for menstrual products (#1116)
This commit is contained in:
committed by
GitHub
parent
8a1f69a823
commit
9889709174
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"key": "toilets:menstrual_products",
|
||||
"type": "radio",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes, in all stalls",
|
||||
"limited": "Limited to some stalls",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"label": "Free Menstrual Products Available",
|
||||
"terms": [
|
||||
"feminine hygiene",
|
||||
"pads",
|
||||
"period",
|
||||
"period products",
|
||||
"tampons"
|
||||
]
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
"payment_multi_fee",
|
||||
"portable",
|
||||
"toilets/handwashing",
|
||||
"toilets/menstrual_products",
|
||||
"toilets/position"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user