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
2 changed files with 15 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"key": "armrest",
"type": "check",
"label": "Armrests",
"strings": {
"options": {
"undefined": "Unknown",
"yes": "One or more armrests",
"no": "No armrests"
}
}
}