mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03: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
@ -31,7 +31,8 @@ const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'tweetGridCard',
|
||||
'membersActivityFeed'
|
||||
'membersActivityFeed',
|
||||
'improvedOnboarding'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user