mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added alpha flag for Tier welcome pages
refs https://github.com/TryGhost/Team/issues/1168
This commit is contained in:
parent
52a841d567
commit
a75908bb8a
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ const ALPHA_FEATURES = [
|
|||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'tweetGridCard',
|
||||
'membersActivityFeed'
|
||||
'membersActivityFeed',
|
||||
'tierWelcomePages'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Reference in a new issue