mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 17:22:47 +00:00
20 lines
378 B
JSON
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"
|
|
]
|
|
}
|