Files
iD/data/presets/fields/second_hand.json
Will Skora 27c41ea234 Add second_hand tag for car preset
* add field for second_hand tag
* add additional files for second_hand and field for used in shop=car
2016-07-25 12:00:43 -07:00

14 lines
245 B
JSON

{
"key": "second_hand",
"type": "combo",
"label": "Sells Used",
"placeholder": "Yes, No, Only",
"strings": {
"options": {
"yes": "Yes",
"no": "No",
"only": "Only"
}
}
}