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
This commit is contained in:
Kevin Ansfield 2021-11-24 16:33:47 +00:00
parent 61213da3d1
commit 7cc0fa6e62

View File

@ -41,7 +41,8 @@ const ALPHA_FEATURES = [
'fileCard',
'audioCard',
'videoCard',
'productCard'
'productCard',
'quoteStyles'
];
module.exports.GA_KEYS = [...GA_FEATURES];