From 306e565fc14a31a95ee142c0dac65f2291673176 Mon Sep 17 00:00:00 2001 From: Rishabh Garg Date: Wed, 15 Dec 2021 18:02:28 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20new=20video=20card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Team/issues/1229 - new video card allows adding custom video files with thumbnail to post/page --- core/shared/labs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shared/labs.js b/core/shared/labs.js index 9ca800ea44..a757fe39c8 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -18,6 +18,7 @@ const GA_FEATURES = [ 'customThemeSettings', 'nftCard', 'calloutCard', + 'videoCard', 'accordionCard', 'productCard', 'richTwitterNewsletters', @@ -40,7 +41,6 @@ const ALPHA_FEATURES = [ 'cardSettingsPanel', 'urlCache', 'fileCard', - 'videoCard', 'beforeAfterCard', 'tweetGridCard', 'headerCard'