mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 15:56:49 +02:00
Create preset for shop=rice (#944)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "fas-bowl-rice",
|
||||
"fields": [
|
||||
"name",
|
||||
"{shop}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{shop}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "rice"
|
||||
},
|
||||
"reference": {
|
||||
"key": "shop",
|
||||
"value": "rice"
|
||||
},
|
||||
"name": "Rice Store"
|
||||
}
|
||||
Reference in New Issue
Block a user