From 7cc0fa6e624ea3bed2564d54752636a764627666 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 24 Nov 2021 16:33:47 +0000 Subject: [PATCH] Added `quoteStyles` labs flag refs https://github.com/TryGhost/Team/issues/1239 - we're experimenting with adding an alternative blockquote style in addition to the current blockquote style --- 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 024b6674cb..63c7f3e13f 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -41,7 +41,8 @@ const ALPHA_FEATURES = [ 'fileCard', 'audioCard', 'videoCard', - 'productCard' + 'productCard', + 'quoteStyles' ]; module.exports.GA_KEYS = [...GA_FEATURES];