Skip to content

Commit 0da2133

Browse files
authored
Add Ptáček (#12087)
* Add new brand 'Ptáček' to bathroom furnishing * Add 'Ptáček' brand to wholesale.json
1 parent 9f34074 commit 0da2133

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

data/brands/shop/bathroom_furnishing.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
}
1010
},
1111
"items": [
12+
{
13+
"displayName": "Ptáček",
14+
"locationSet": {"include": ["cz", "sk"]},
15+
"preserveTags": ["^name"],
16+
"tags": {
17+
"brand": "Ptáček",
18+
"brand:wikidata": "Q58195153",
19+
"name": "Ptáček",
20+
"shop": "bathroom_furnishing"
21+
}
22+
},
1223
{
1324
"displayName": "Easy Bathrooms",
1425
"id": "easybathrooms-72592f",

data/brands/shop/wholesale.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
"exclude": {"generic": ["^wholesale$"]}
55
},
66
"items": [
7+
{
8+
"displayName": "Ptáček",
9+
"locationSet": {"include": ["cz", "sk"]},
10+
"preserveTags": ["^name"],
11+
"tags": {
12+
"brand": "Ptáček",
13+
"brand:wikidata": "Q58195153",
14+
"name": "Ptáček",
15+
"shop": "wholesale"
16+
}
17+
},
718
{
819
"displayName": "Bestway",
920
"id": "bestway-650ac6",

0 commit comments

Comments
 (0)