From 361033ead2562c5bb4624a8985c3000b5f1dea2d Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Thu, 2 Dec 2021 18:49:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20a=20callout=20card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Team/issues/1206 - The callout card displays an emoji and a paragraph of text inside a highlighted box. Co-authored-by: - Sanne de Vries (@sanne-san) --- 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 e5b5062f88..bc3d1f7880 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -17,6 +17,7 @@ const messages = { const GA_FEATURES = [ 'customThemeSettings', 'nftCard', + 'calloutCard', 'accordionCard' ]; @@ -35,7 +36,6 @@ const ALPHA_FEATURES = [ 'mediaAPI', 'filesAPI', 'membersAutoLogin', - 'calloutCard', 'fileCard', 'audioCard', 'videoCard',