Skip to content

Commit 9889709

Browse files
authored
feat: Add field for menstrual products (#1116)
1 parent 8a1f69a commit 9889709

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"key": "toilets:menstrual_products",
3+
"type": "radio",
4+
"strings": {
5+
"options": {
6+
"yes": "Yes, in all stalls",
7+
"limited": "Limited to some stalls",
8+
"no": "No"
9+
}
10+
},
11+
"label": "Free Menstrual Products Available",
12+
"terms": [
13+
"feminine hygiene",
14+
"pads",
15+
"period",
16+
"period products",
17+
"tampons"
18+
]
19+
}

data/presets/amenity/toilets.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"payment_multi_fee",
1818
"portable",
1919
"toilets/handwashing",
20+
"toilets/menstrual_products",
2021
"toilets/position"
2122
],
2223
"geometry": [

0 commit comments

Comments
 (0)