Skip to content

Commit 87d7b90

Browse files
authored
amenity=bench: Add armrest field, move color to moreFields (#1227)
1 parent e11a6d2 commit 87d7b90

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

data/fields/armrest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"key": "armrest",
3+
"type": "check",
4+
"label": "Armrests",
5+
"strings": {
6+
"options": {
7+
"undefined": "Unknown",
8+
"yes": "One or more armrests",
9+
"no": "No armrests"
10+
}
11+
}
12+
}

data/presets/amenity/bench.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"icon": "temaki-bench",
33
"fields": [
44
"backrest",
5+
"armrest",
56
"material",
6-
"seats",
7-
"colour"
7+
"seats"
88
],
99
"moreFields": [
10+
"colour",
1011
"access_simple",
1112
"direction",
1213
"height",

0 commit comments

Comments
 (0)