Skip to content

Commit eb82028

Browse files
authored
add presets for workwear and suits store (#478)
1 parent 3c6f99f commit eb82028

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"icon": "fas-tshirt",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"tags": {
8+
"shop": "clothes",
9+
"clothes": "suits"
10+
},
11+
"terms": [
12+
"businessman",
13+
"necktie",
14+
"tie"
15+
],
16+
"name": "Suits Store"
17+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"icon": "fas-tshirt",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"tags": {
8+
"shop": "clothes",
9+
"clothes": "workwear"
10+
},
11+
"terms": [
12+
"craftsman",
13+
"safety footwear"
14+
],
15+
"name": "Workwear Store"
16+
}

0 commit comments

Comments
 (0)