From 1410bfe82390caf8184ad24d431fa64f11bd8a07 Mon Sep 17 00:00:00 2001 From: Steven Ye Date: Mon, 21 Oct 2019 13:38:09 -0700 Subject: [PATCH] ramp up experiment for sidebar swipe-to-dismiss --- build-system/global-configs/canary-config.json | 2 +- build-system/global-configs/prod-config.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-system/global-configs/canary-config.json b/build-system/global-configs/canary-config.json index 50ab4262b2b4..fd532b0ff3c2 100644 --- a/build-system/global-configs/canary-config.json +++ b/build-system/global-configs/canary-config.json @@ -27,7 +27,7 @@ "amp-list-load-more": 1, "amp-list-viewport-resize": 1, "amp-playbuzz": 1, - "amp-sidebar-swipe-to-dismiss": 0.1, + "amp-sidebar-swipe-to-dismiss": 1, "amp-story-responsive-units": 1, "amp-story-v1": 1, "ampdoc-closest": 1, diff --git a/build-system/global-configs/prod-config.json b/build-system/global-configs/prod-config.json index 2e0f3101dfcb..5c664b73e78e 100644 --- a/build-system/global-configs/prod-config.json +++ b/build-system/global-configs/prod-config.json @@ -27,6 +27,7 @@ "amp-list-load-more": 1, "amp-list-viewport-resize": 1, "amp-playbuzz": 1, + "amp-sidebar-swipe-to-dismiss": 1, "amp-story-responsive-units": 1, "amp-story-v1": 1, "ampdoc-closest": 1,