Files
id-tagging-schema-b/data/fields/takeaway.json
2024-08-04 21:09:59 +08:00

20 lines
378 B
JSON

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