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

19 lines
554 B
JSON

{
"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)"
}
},
"autoSuggestions": false,
"customValues": false
}