mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"key": "takeaway",
|
|
"type": "combo",
|
|
"label": "Takeaway",
|
|
"placeholder": "Yes, No, Takeaway Only...",
|
|
"strings": {
|
|
"options": {
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"only": "Takeaway Only"
|
|
}
|
|
}
|
|
}
|