Skip to content

Commit 07b1021

Browse files
authored
Add tee field to disc_golf:tee (#1653)
1 parent d58458b commit 07b1021

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

data/fields/tee_disc_golf.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"key": "tee",
3+
"type": "combo",
4+
"label": "Tee Color",
5+
"placeholder": "Blue, White, Red...",
6+
"strings": {
7+
"options": {
8+
"gold": "Gold",
9+
"blue": "Blue",
10+
"white": "White",
11+
"red": "Red",
12+
"green": "Green",
13+
"purple": "Purple"
14+
}
15+
},
16+
"autoSuggestions": false,
17+
"customValues": false
18+
}

data/presets/disc_golf/tee.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"icon": "temaki-disc_golf_basket",
33
"fields": [
4-
"surface"
4+
"surface",
5+
"tee_disc_golf"
56
],
67
"geometry": [
78
"point",

0 commit comments

Comments
 (0)