mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +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',
|
'urlCache',
|
||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'tweetGridCard',
|
'tweetGridCard',
|
||||||
'membersActivityFeed'
|
'membersActivityFeed',
|
||||||
|
'improvedOnboarding'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
Loading…
Reference in New Issue
Block a user