From f7232a13b1121b369ce7d70506fc3d3b29e6bc19 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Thu, 27 Oct 2022 17:51:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20member=20growth=20sources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue Co-authored-by: Djordje Vlaisavljevic Co-authored-by: Fabien 'egg' O'Carroll Co-authored-by: James Morris Co-authored-by: Rishabh Garg --- ghost/core/core/shared/labs.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index ca55166378..f22d97d283 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -20,15 +20,15 @@ const GA_FEATURES = [ 'compExpiring', 'searchHelper', 'emailAlerts', - 'fixNewsletterLinks' + 'fixNewsletterLinks', + 'sourceAttribution', + 'memberAttribution' ]; // NOTE: this allowlist is meant to be used to filter out any unexpected // input for the "labs" setting value const BETA_FEATURES = [ - 'activitypub', - 'sourceAttribution', - 'memberAttribution' + 'activitypub' ]; const ALPHA_FEATURES = [