mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added "improvedOnboarding" labs flag
refs https://github.com/TryGhost/Team/issues/1294 - used for working on changes to the setup flow and launch wizard
This commit is contained in:
parent
eeafc8603b
commit
a0da017ab6
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ const ALPHA_FEATURES = [
|
|||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'tweetGridCard',
|
||||
'membersActivityFeed'
|
||||
'membersActivityFeed',
|
||||
'improvedOnboarding'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Reference in a new issue