mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added NFT card alpha flag
This commit is contained in:
parent
61b82e3ae2
commit
a789528a56
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ const ALPHA_FEATURES = [
|
|||
'filesAPI',
|
||||
'membersAutoLogin',
|
||||
'buttonCard',
|
||||
'calloutCard'
|
||||
'calloutCard',
|
||||
'nftCard'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue