Files
id-tagging-schema/data/fields/takeaway.json
Quincy Morgan bf95421f65 Initial commit
2020-11-05 11:30:34 -05:00

18 lines
321 B
JSON

{
"key": "takeaway",
"type": "combo",
"label": "Takeaway",
"placeholder": "Yes, No, Takeaway Only...",
"strings": {
"options": {
"yes": "Yes",
"no": "No",
"only": "Takeaway Only"
}
},
"terms": [
"take out",
"takeout"
]
}