mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-16 22:03:31 +02:00
Add preset for Scout Group (#836)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"icon": "fas-handshake",
|
||||
"fields": [
|
||||
"{club}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{club}",
|
||||
"brand"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"club": "scout"
|
||||
},
|
||||
"terms": [
|
||||
"guide",
|
||||
"pathfinder",
|
||||
"scouting"
|
||||
],
|
||||
"name": "Scout Group"
|
||||
}
|
||||
Reference in New Issue
Block a user