amenity=bench: Add armrest field, move color to moreFields (#1227)

This commit is contained in:
bompstable 2024-05-31 09:46:51 +01:00 committed by GitHub
parent e11a6d2c74
commit 87d7b90f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 2 deletions

12
data/fields/armrest.json Normal file
View file

@ -0,0 +1,12 @@
{
"key": "armrest",
"type": "check",
"label": "Armrests",
"strings": {
"options": {
"undefined": "Unknown",
"yes": "One or more armrests",
"no": "No armrests"
}
}
}