Skip to content

Commit d8493a8

Browse files
committed
adding section config for amazon prime day card
1 parent 9ac8499 commit d8493a8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

config/section.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
1212
"type": "query",
1313
"value": ".grid > :nth-child(14)"
1414
}
15+
},
16+
{
17+
"id": "zone-el-amazon-prime-day",
18+
"filters": [
19+
{
20+
"type": "config",
21+
"name": "marketInfo.sourcelevel",
22+
"value": "mcpshopping"
23+
}
24+
],
25+
"placement": {
26+
"type": "query",
27+
"value": ".grid > :nth-child(9)"
28+
},
29+
"zephr": {
30+
"feature": "zone-amazon-prime-day"
31+
}
1532
}
1633
]
1734
}

0 commit comments

Comments
 (0)