Skip to content

Commit 73f51e2

Browse files
authored
Merge pull request #2 from mcclatchy/taboola-recommendations
Taboola recommendations
2 parents f29644a + 9232c27 commit 73f51e2

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

config/story.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,20 @@
2626
}
2727
},
2828
{
29-
"id": "zone-featured-carousel",
29+
"id": "zone-taboola-recommendations",
3030
"filters": [
31-
{
32-
"type": "subscriber",
33-
"value": true
34-
},
3531
{
3632
"type": "config",
37-
"name": "zone.carousel",
33+
"name": "zone.taboolaRecommendations",
3834
"value": true
3935
}
4036
],
4137
"zephr": {
42-
"feature": "zone-featured-carousel",
38+
"feature": "zone-taboola-recommendations",
4339
"dataset": [
4440
{
45-
"name": "taxonomy",
46-
"config": "marketInfo.taxonomy"
47-
},
48-
{
49-
"name": "market",
50-
"config": "marketInfo.domain"
41+
"name": "dma",
42+
"value": true
5143
}
5244
]
5345
},

0 commit comments

Comments
 (0)