Added alpha flag for Tier welcome pages

refs https://github.com/TryGhost/Team/issues/1168
This commit is contained in:
Fabien "egg" O'Carroll 2022-01-31 13:40:33 +02:00
parent 52a841d567
commit a75908bb8a

View File

@ -31,7 +31,8 @@ const ALPHA_FEATURES = [
'urlCache',
'beforeAfterCard',
'tweetGridCard',
'membersActivityFeed'
'membersActivityFeed',
'tierWelcomePages'
];
module.exports.GA_KEYS = [...GA_FEATURES];