Skip to content

Commit

Permalink
Clarify the use of the armrest key
Browse files Browse the repository at this point in the history
Use a combo instead of a checkbox in order to provide better information
about the values and their meaning.

#1226
  • Loading branch information
bompstable committed May 29, 2024
1 parent 2fc8b7c commit 11ee56c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data/fields/armrest.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 11ee56c

Please sign in to comment.