Create nudism.json

Key used with tourism or leisure related features. Also see #26
This commit is contained in:
kjonosm 2023-01-22 14:17:48 +01:00 committed by GitHub
parent 9512192026
commit 40cb39e160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
data/fields/nudism.json Normal file
View file

@ -0,0 +1,23 @@
{
"key": "nudism",
"type": "combo",
"label": "Nudism",
"strings": {
"options": {
"customary": "Customary",
"designated": "Designated",
"no": "Prohibited",
"obligatory": "Obligatory",
"permissive": "Permissive",
"yes": "Allowed"
}
},
"autoSuggestions": false,
"customValues": false,
"terms": [
"naturism",
"naturist",
"nude recreation",
"nudist"
]
}