mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 05:30:30 +02:00
Add field for tee (#546)
* Add field for `tee` * use `golf=tee` as documentation reference Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "tee",
|
||||
"type": "semiCombo",
|
||||
"label": "Tee Color/Type",
|
||||
"reference": {
|
||||
"key": "golf",
|
||||
"value": "tee"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"tee",
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user