From 98f1200f7750b6f7b4224e3dc07d27108a959ce3 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 1 Sep 2021 09:10:39 +0100 Subject: [PATCH] Removed `snippetReplacements` labs flag (#13259) refs https://github.com/TryGhost/Team/issues/1008 reqs https://github.com/TryGhost/Admin/pull/2073 - flag is no longer used by Admin as the feature is out of labs --- core/shared/labs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/shared/labs.js b/core/shared/labs.js index f757337282..6226b0f1c7 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -27,8 +27,7 @@ const ALPHA_FEATURES = [ 'oauthLogin', 'membersFiltering', 'emailOnlyPosts', - 'dashboardTwo', - 'snippetReplacements' + 'dashboardTwo' ]; module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];