From 11ee56c2da20e047b892afe7f9081834865a6278 Mon Sep 17 00:00:00 2001 From: bombstable <3259357+bompstable@users.noreply.github.com> Date: Wed, 29 May 2024 17:23:55 +0100 Subject: [PATCH] Clarify the use of the armrest key Use a combo instead of a checkbox in order to provide better information about the values and their meaning. openstreetmap/id-tagging-schema#1226 --- data/fields/armrest.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/data/fields/armrest.json b/data/fields/armrest.json index cf865b426..3714d59a1 100644 --- a/data/fields/armrest.json +++ b/data/fields/armrest.json @@ -1,5 +1,13 @@ { "key": "armrest", - "type": "check", - "label": "Armrest(s)" + "type": "combo", + "label": "Armrests", + "placeholder": "No armrests, One or more armrests...", + "strings": { + "options": { + "no": "No armrests", + "yes": "One or more armrests" + } + }, + "customValues": false }