mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 14:38:03 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "takeaway",
|
||||
"type": "combo",
|
||||
"label": "Takeaway",
|
||||
"placeholder": "Yes, No, Takeaway Only...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"only": "Takeaway Only"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
"take out",
|
||||
"takeout"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user