Files
iD/data/presets/fields/second_hand.json
2016-07-28 22:11:25 -04: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"
}
}
}