upgrade old information values to subtypes of board/map

and add an "activity" field for maps and guideposts which indicates the mapped/signposted scope of activities: hiking, biking, etc.

closes #45
This commit is contained in:
Martin Raifer
2022-01-06 11:14:25 +01:00
parent 94b44a884d
commit 98613d9a39
5 changed files with 63 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"keys": [
"hiking",
"bicycle",
"mtb",
"horse",
"ski"
],
"type": "manyCombo",
"label": "Activity",
"strings": {
"options": {
"hiking": "Hiking",
"bicycle": "Cycling",
"mtb": "Mountainbiking",
"horse": "Horseriding",
"Ski": "Skiing"
}
}
}