mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Added publishingFlow
labs flag toggle
refs 05da593516
- used for switching between old publish menu and new publishing flow
This commit is contained in:
parent
c94b80dd4b
commit
f5fef46856
@ -49,52 +49,27 @@ export default class FeatureService extends Service {
|
||||
@service lazyLoader;
|
||||
|
||||
// features
|
||||
@feature('emailAnalytics')
|
||||
emailAnalytics;
|
||||
@feature('emailAnalytics') emailAnalytics;
|
||||
|
||||
// user-specific flags
|
||||
@feature('nightShift', {user: true, onChange: '_setAdminTheme'})
|
||||
nightShift;
|
||||
|
||||
// labs flags
|
||||
@feature('multipleProducts')
|
||||
multipleProducts;
|
||||
|
||||
@feature('dashboardV5')
|
||||
dashboardV5;
|
||||
|
||||
@feature('oauthLogin')
|
||||
oauthLogin;
|
||||
|
||||
@feature('membersActivity')
|
||||
membersActivity;
|
||||
|
||||
@feature('urlCache')
|
||||
urlCache;
|
||||
|
||||
@feature('beforeAfterCard')
|
||||
beforeAfterCard;
|
||||
|
||||
@feature('multipleNewsletters')
|
||||
multipleNewsletters;
|
||||
|
||||
@feature('tweetGridCard')
|
||||
tweetGridCard;
|
||||
|
||||
@feature('improvedOnboarding')
|
||||
improvedOnboarding;
|
||||
|
||||
@feature('tierWelcomePages')
|
||||
tierWelcomePages;
|
||||
|
||||
@feature('tierName')
|
||||
tierName;
|
||||
|
||||
@feature('membersTableStatus')
|
||||
membersTableStatus;
|
||||
|
||||
@feature('selectablePortalLinks')
|
||||
selectablePortalLinks;
|
||||
@feature('multipleProducts') multipleProducts;
|
||||
@feature('dashboardV5') dashboardV5;
|
||||
@feature('oauthLogin') oauthLogin;
|
||||
@feature('membersActivity') membersActivity;
|
||||
@feature('urlCache') urlCache;
|
||||
@feature('beforeAfterCard') beforeAfterCard;
|
||||
@feature('multipleNewsletters') multipleNewsletters;
|
||||
@feature('tweetGridCard') tweetGridCard;
|
||||
@feature('improvedOnboarding') improvedOnboarding;
|
||||
@feature('tierWelcomePages') tierWelcomePages;
|
||||
@feature('tierName') tierName;
|
||||
@feature('membersTableStatus') membersTableStatus;
|
||||
@feature('selectablePortalLinks') selectablePortalLinks;
|
||||
@feature('publishingFlow') publishingFlow;
|
||||
|
||||
_user = null;
|
||||
|
||||
|
@ -322,6 +322,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Publishing flow</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Revised workflow experience when publishing/scheduling/sending
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="publishingFlow" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user