mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
14 lines
245 B
JSON
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"
|
|
}
|
|
}
|
|
}
|