0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added alpha flag for accordion card

refs https://github.com/TryGhost/Team/issues/1209

- adds alpha flag for editor accordion card
This commit is contained in:
Rishabh 2021-11-09 16:52:03 +05:30
parent 98de2d4274
commit ac61ac3d53

View file

@ -34,7 +34,8 @@ const ALPHA_FEATURES = [
'membersAutoLogin',
'buttonCard',
'calloutCard',
'nftCard'
'nftCard',
'accordionCard'
];
module.exports.GA_KEYS = [...GA_FEATURES];