mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-10 06:48:39 +02:00
Add Track & Field presets (#817)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "athletics",
|
||||
"type": "semiCombo",
|
||||
"label": "Event",
|
||||
"strings": {
|
||||
"options": {
|
||||
"discus_throw": "Discus",
|
||||
"hammer_throw": "Hammer Throw",
|
||||
"high_jump": "High Jump",
|
||||
"javelin_throw": "Javelin",
|
||||
"long_jump": "Long Jump",
|
||||
"pole_vault": "Pole Vault",
|
||||
"shot_put": "Shot Put",
|
||||
"triple_jump": "Triple Jump"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "athletics",
|
||||
"type": "semiCombo",
|
||||
"label": "Event",
|
||||
"strings": {
|
||||
"options": {
|
||||
"javelin_throw": "Javelin",
|
||||
"long_jump": "Long Jump",
|
||||
"pole_vault": "Pole Vault",
|
||||
"running": "Running",
|
||||
"sprint": "Sprinting",
|
||||
"steeplechase": "Steeplechase",
|
||||
"triple_jump": "Triple Jump"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"strings": {
|
||||
"options": {
|
||||
"american_football": "American Football",
|
||||
"athletics": "Athletics",
|
||||
"athletics": "Track & Field",
|
||||
"badminton": "Badminton",
|
||||
"baseball": "Baseball",
|
||||
"basketball": "Basketball",
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
"cycling": "Cycling",
|
||||
"bmx": "BMX",
|
||||
"horse_racing": "Horse Racing",
|
||||
"dog_racing": "Dog Racing"
|
||||
"dog_racing": "Dog Racing",
|
||||
"athletics": "Track & Field"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
|
||||
Reference in New Issue
Block a user