mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
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:
parent
61213da3d1
commit
7cc0fa6e62
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ const ALPHA_FEATURES = [
|
|||
'fileCard',
|
||||
'audioCard',
|
||||
'videoCard',
|
||||
'productCard'
|
||||
'productCard',
|
||||
'quoteStyles'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue