mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
parent
3811999be7
commit
4a6a61b29b
@ -73,6 +73,7 @@ export default class FeatureService extends Service {
|
|||||||
@feature('signupForm') signupForm;
|
@feature('signupForm') signupForm;
|
||||||
@feature('collections') collections;
|
@feature('collections') collections;
|
||||||
@feature('adminXSettings') adminXSettings;
|
@feature('adminXSettings') adminXSettings;
|
||||||
|
@feature('pageImprovements') pageImprovements;
|
||||||
@feature('mailEvents') mailEvents;
|
@feature('mailEvents') mailEvents;
|
||||||
|
|
||||||
_user = null;
|
_user = null;
|
||||||
|
@ -297,6 +297,20 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="gh-expandable-block">
|
||||||
|
<div class="gh-expandable-header">
|
||||||
|
<div>
|
||||||
|
<h4 class="gh-expandable-title">Page improvements</h4>
|
||||||
|
<p class="gh-expandable-description">
|
||||||
|
Enables toggling off page title and feature image
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="for-switch">
|
||||||
|
<GhFeatureFlag @flag="pageImprovements" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="gh-expandable-block">
|
<div class="gh-expandable-block">
|
||||||
<div class="gh-expandable-header">
|
<div class="gh-expandable-header">
|
||||||
<div>
|
<div>
|
||||||
|
@ -39,6 +39,7 @@ const ALPHA_FEATURES = [
|
|||||||
'emailCustomization',
|
'emailCustomization',
|
||||||
'collections',
|
'collections',
|
||||||
'adminXSettings',
|
'adminXSettings',
|
||||||
|
'pageImprovements',
|
||||||
'mailEvents'
|
'mailEvents'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user