mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-03 03:35:51 +02:00
add presets for workwear and suits store (#478)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "fas-tshirt",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "clothes",
|
||||
"clothes": "suits"
|
||||
},
|
||||
"terms": [
|
||||
"businessman",
|
||||
"necktie",
|
||||
"tie"
|
||||
],
|
||||
"name": "Suits Store"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "fas-tshirt",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "clothes",
|
||||
"clothes": "workwear"
|
||||
},
|
||||
"terms": [
|
||||
"craftsman",
|
||||
"safety footwear"
|
||||
],
|
||||
"name": "Workwear Store"
|
||||
}
|
||||
Reference in New Issue
Block a user