Skip to content

Commit

Permalink
Add support for athletics type
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 18, 2024
1 parent 04cedc2 commit 881a545
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9398,6 +9398,21 @@
<space/>
<key key="sport" value="athletics"/>
<text key="name" text="Name"/>
<optional>
<multiselect key="athletics" text="Type" values_searchable="true" match="key">
<list_entry value="discus_throw" display_value="Discus throw" />
<list_entry value="hammer_throw" display_value="Hammer throw" />
<list_entry value="high_jump" display_value="High jump" />
<list_entry value="javelin_throw" display_value="Javelin throw" />
<list_entry value="long_jump" display_value="Long jump" />
<list_entry value="pole_vault" display_value="Pole vault" />
<list_entry value="running" display_value="Running" />
<list_entry value="shot_put" display_value="Shot put" />
<list_entry value="sprint" display_value="Sprint" />
<list_entry value="steeplechase" display_value="Steeplechase" />
<list_entry value="triple_jump" display_value="Triple jump" />
</multiselect>
</optional>
<reference ref="sport_facility_track"/>
<reference ref="sport_surface" />
<reference ref="oh"/>
Expand Down

0 comments on commit 881a545

Please sign in to comment.