mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-21 03:40:55 +02:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user