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:
Kevin Ansfield 2022-01-31 11:23:14 +00:00
parent eeafc8603b
commit a0da017ab6

View File

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