mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-19 15:08:11 +02:00
Add preset for Pasta Store (#953)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "fas-plate-wheat",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
"{shop}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "pasta"
|
||||
},
|
||||
"terms": [
|
||||
"fresh pasta",
|
||||
"ravioli",
|
||||
"spaghetti"
|
||||
],
|
||||
"reference": {
|
||||
"key": "shop",
|
||||
"value": "pasta"
|
||||
},
|
||||
"name": "Pasta Store",
|
||||
"aliases": [
|
||||
"Pasta Shop"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user