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:
parent
98de2d4274
commit
ac61ac3d53
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ const ALPHA_FEATURES = [
|
|||
'membersAutoLogin',
|
||||
'buttonCard',
|
||||
'calloutCard',
|
||||
'nftCard'
|
||||
'nftCard',
|
||||
'accordionCard'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue