mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added tierName feature flag
refs https://github.com/TryGhost/Team/issues/1069
This commit is contained in:
parent
3681e1d86d
commit
c308d00235
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ const ALPHA_FEATURES = [
|
|||
'tweetGridCard',
|
||||
'membersActivityFeed',
|
||||
'improvedOnboarding',
|
||||
'tierWelcomePages'
|
||||
'tierWelcomePages',
|
||||
'tierName'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue