From ee4ef59c43d55453daed171d7a132e359142cad0 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 4 Jan 2022 12:58:06 +0000 Subject: [PATCH] Removed `videoCard` GA labs flag refs https://github.com/TryGhost/Team/issues/1258 - labs flag conditionals have been removed from Admin so the GA flag is no longer necessary --- core/shared/labs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/shared/labs.js b/core/shared/labs.js index 567085b492..337faf24a8 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -15,7 +15,6 @@ const messages = { // flags in this list always return `true`, allows quick global enable prior to full flag removal const GA_FEATURES = [ - 'videoCard', 'accordionCard', 'productCard', 'richTwitterNewsletters',