mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
* add field for second_hand tag * add additional files for second_hand and field for used in shop=car
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"
|
|
}
|
|
}
|
|
} |