Skip to content

Commit

Permalink
amenity=bench: Add armrest field, move color to moreFields (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bompstable authored May 31, 2024
1 parent e11a6d2 commit 87d7b90
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions data/fields/armrest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"key": "armrest",
"type": "check",
"label": "Armrests",
"strings": {
"options": {
"undefined": "Unknown",
"yes": "One or more armrests",
"no": "No armrests"
}
}
}
5 changes: 3 additions & 2 deletions data/presets/amenity/bench.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"icon": "temaki-bench",
"fields": [
"backrest",
"armrest",
"material",
"seats",
"colour"
"seats"
],
"moreFields": [
"colour",
"access_simple",
"direction",
"height",
Expand Down

0 comments on commit 87d7b90

Please sign in to comment.