Merge branch 'k-yle-wilderness-hut-fields' into main

This commit is contained in:
Martin Raifer 2022-07-22 15:46:23 +02:00
commit ddb409d2bf
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
6 changed files with 39 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{
"key": "drinking_water",
"type": "check",
"label": "Drinking Water Available",
"terms": [
"drinkworthy",
"potable"
]
}

5
data/fields/kitchen.json Normal file
View file

@ -0,0 +1,5 @@
{
"key": "kitchen",
"type": "check",
"label": "Kitchen"
}

View file

@ -0,0 +1,5 @@
{
"key": "mattress",
"type": "check",
"label": "Mattresses Available"
}