Skip to content

Commit 470a348

Browse files
authored
Allow doc opt in for story-ad-allow-fullbleed (#40293)
1 parent b75d885 commit 470a348

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build-system/global-configs/canary-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"allow-doc-opt-in": [
3-
"amp-next-page"
3+
"amp-next-page",
4+
"story-ad-allow-fullbleed"
45
],
56
"allow-url-opt-in": [],
67
"canary": 1,

build-system/global-configs/prod-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"allow-doc-opt-in": [
3-
"amp-next-page"
3+
"amp-next-page",
4+
"story-ad-allow-fullbleed"
45
],
56
"allow-url-opt-in": [],
67
"canary": 0,

0 commit comments

Comments
 (0)