From 62988fe1dbd4d01d3707751d05d1716bf08d0d92 Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Wed, 8 Dec 2021 10:03:04 +0100 Subject: [PATCH] Added the `tweetGridCard` feature flag refs https://github.com/TryGhost/Team/issues/1255 - developer flag for enabling tweet grid cards in the card menus --- core/shared/labs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/shared/labs.js b/core/shared/labs.js index 54cc297fdb..8f262174ab 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -42,6 +42,7 @@ const ALPHA_FEATURES = [ 'productCard', 'quoteStyles', 'beforeAfterCard', + 'tweetGridCard', 'richTwitterNewsletters' ];