Skip to content

Commit 17b6ba4

Browse files
authored
Merge pull request #11 from mcclatchy/ad-zone-additions
adding zone-el-9 and zone-el-11 back to homepages
2 parents d8c42f0 + f2c8143 commit 17b6ba4

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

config/homepage.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,60 @@
2424
"type": "query",
2525
"value": "#zone-el-5"
2626
}
27+
},
28+
{
29+
"id": "zone-community-events",
30+
"type": "editorial",
31+
"notes": "duped for the new DOM",
32+
"filters": [
33+
{
34+
"type": "config",
35+
"name": "zone.communityEventsNew",
36+
"value": true
37+
}
38+
],
39+
"zephr": {
40+
"feature": "zone-community-events",
41+
"dataset": [
42+
{
43+
"type": "config",
44+
"name": "market",
45+
"value": "marketInfo.domain"
46+
}
47+
]
48+
},
49+
"placement": {
50+
"type": "query",
51+
"value": "#secondary-story-9"
52+
}
53+
},
54+
{
55+
"id": "zone-el-9",
56+
"filters": [
57+
{
58+
"type": "config",
59+
"name": "zone.communityEventsNew",
60+
"value": true
61+
}
62+
],
63+
"placement": {
64+
"type": "query",
65+
"value": "#secondary-story-6"
66+
}
67+
},
68+
{
69+
"id": "zone-el-11",
70+
"filters": [
71+
{
72+
"type": "config",
73+
"name": "zone.communityEventsNew",
74+
"value": true
75+
}
76+
],
77+
"placement": {
78+
"type": "query",
79+
"value": "#secondary-story-14"
80+
}
2781
}
2882
]
2983
}

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.5.0",
3+
"version": "1.5.2",
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)