mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Added alpha flag for Before/After card
refs https://github.com/TryGhost/Team/issues/1249 Until release this card will be behind a flag.
This commit is contained in:
parent
a1c1a62e50
commit
24e78dc60f
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ const ALPHA_FEATURES = [
|
|||
'audioCard',
|
||||
'videoCard',
|
||||
'productCard',
|
||||
'quoteStyles'
|
||||
'quoteStyles',
|
||||
'beforeAfterCard'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue