id-tagging-schema/data/fields/smoking.json
2022-01-25 14:28:05 +01:00

18 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
}