0
Fork 0
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:
Peter Zimon 2021-11-09 13:27:07 +01:00
parent 61b82e3ae2
commit a789528a56

View file

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