From 3f2e4fc4d001d3e0765ed4cd073836c946b53c69 Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Mon, 13 Dec 2021 17:44:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20a=20product=20card=20to=20t?= =?UTF-8?q?he=20editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes https://github.com/TryGhost/Team/issues/1245 The product card enables to show product recommendations in pages and posts. --- 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 c24da45edf..bb1c482dff 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -19,6 +19,7 @@ const GA_FEATURES = [ 'nftCard', 'calloutCard', 'accordionCard', + 'productCard', 'richTwitterNewsletters' ]; @@ -40,7 +41,6 @@ const ALPHA_FEATURES = [ 'fileCard', 'audioCard', 'videoCard', - 'productCard', 'beforeAfterCard', 'tweetGridCard', 'headerCard'