Skip to content

Commit 13c3b9c

Browse files
committed
launching Amazon Prime card for shopping pages
1 parent 561dbfe commit 13c3b9c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

config/section.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@
1212
"type": "query",
1313
"value": ".grid > :nth-child(14)"
1414
}
15+
},
16+
{
17+
"id": "zone-amazon-prime",
18+
"cue": 277182383,
19+
"classList": ["three-columns"],
20+
"filters": [
21+
{
22+
"type": "config",
23+
"name": "marketInfo.sourcelevel",
24+
"value": "mcpshopping"
25+
}
26+
],
27+
"placement": {
28+
"type": "query",
29+
"value": "#primary-content"
30+
}
1531
}
1632
]
1733
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcclatchy/zones",
3-
"version": "1.8.1",
3+
"version": "1.8.3",
44
"description": "A Yozons extension to dynamically distribute or re-distribute zones on the websites.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)