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:
parent
ae664e9cad
commit
05da593516
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ const ALPHA_FEATURES = [
|
||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'tweetGridCard',
|
'tweetGridCard',
|
||||||
'multipleNewsletters',
|
'multipleNewsletters',
|
||||||
'dashboardV5'
|
'dashboardV5',
|
||||||
|
'publishingFlow'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
|
Loading…
Add table
Reference in a new issue