mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 22:38:38 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "smoking",
|
||||
"type": "combo",
|
||||
"label": "Smoking",
|
||||
"placeholder": "No, Separated, Yes...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"no": "No smoking anywhere",
|
||||
"separated": "In smoking areas, not physically isolated",
|
||||
"isolated": "In smoking areas, physically isolated",
|
||||
"outside": "Allowed outside",
|
||||
"yes": "Allowed everywhere",
|
||||
"dedicated": "Dedicated to smokers (e.g. smokers' club)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user