From 3a6efc73b32d37c6e6cf007501755d8c8926c9f1 Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Mon, 22 Nov 2021 11:46:28 +0100 Subject: [PATCH] Added `productCard` labs flag refs https://github.com/TryGhost/Team/issues/1233 - flag for the product card development --- core/shared/labs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/shared/labs.js b/core/shared/labs.js index 52ed759284..024b6674cb 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -40,7 +40,8 @@ const ALPHA_FEATURES = [ 'gifsCard', 'fileCard', 'audioCard', - 'videoCard' + 'videoCard', + 'productCard' ]; module.exports.GA_KEYS = [...GA_FEATURES];