0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added publishingFlow labs flag

no issue

- alpha flag for testing a rework of the publishing flow in Admin
This commit is contained in:
Kevin Ansfield 2022-04-20 16:20:01 +01:00
parent ae664e9cad
commit 05da593516

View file

@ -37,7 +37,8 @@ const ALPHA_FEATURES = [
'beforeAfterCard',
'tweetGridCard',
'multipleNewsletters',
'dashboardV5'
'dashboardV5',
'publishingFlow'
];
module.exports.GA_KEYS = [...GA_FEATURES];