0
Fork 0
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:
Fabien egg O'Carroll 2021-12-02 12:29:11 +02:00
parent a1c1a62e50
commit 24e78dc60f

View file

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