Skip to content

Commit

Permalink
Add field for tee (#546)
Browse files Browse the repository at this point in the history
* Add field for `tee`

* use `golf=tee` as documentation reference

Co-authored-by: Martin Raifer <martin@raifer.tech>
  • Loading branch information
arch0345 and tyrasd authored Jul 21, 2022
1 parent 92cbe24 commit cbfb649
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/fields/tee.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"key": "tee",
"type": "semiCombo",
"label": "Tee Color/Type",
"reference": {
"key": "golf",
"value": "tee"
}
}
1 change: 1 addition & 0 deletions data/presets/golf/tee.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"icon": "maki-golf",
"fields": [
"tee",
"surface"
],
"geometry": [
Expand Down

0 comments on commit cbfb649

Please sign in to comment.