From 379fc19ad5d8c819c36c775937568b014ee0d008 Mon Sep 17 00:00:00 2001 From: Sanne de Vries <65487235+sanne-san@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:46:25 +0100 Subject: [PATCH] Added content visibility flag to beta features list (#21809) No ref --- ghost/core/core/shared/labs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index f8e3c9271f..ce3942a1c6 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -33,7 +33,8 @@ const BETA_FEATURES = [ 'ActivityPub', 'importMemberTier', 'customFonts', - 'staff2fa' + 'staff2fa', + 'contentVisibility' ]; const ALPHA_FEATURES = [ @@ -44,7 +45,6 @@ const ALPHA_FEATURES = [ 'collectionsCard', 'lexicalIndicators', 'adminXDemo', - 'contentVisibility', 'commentImprovements' ];