mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
parent
3811999be7
commit
4a6a61b29b
@ -73,6 +73,7 @@ export default class FeatureService extends Service {
|
||||
@feature('signupForm') signupForm;
|
||||
@feature('collections') collections;
|
||||
@feature('adminXSettings') adminXSettings;
|
||||
@feature('pageImprovements') pageImprovements;
|
||||
@feature('mailEvents') mailEvents;
|
||||
|
||||
_user = null;
|
||||
|
@ -297,6 +297,20 @@
|
||||
</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-header">
|
||||
<div>
|
||||
|
@ -39,6 +39,7 @@ const ALPHA_FEATURES = [
|
||||
'emailCustomization',
|
||||
'collections',
|
||||
'adminXSettings',
|
||||
'pageImprovements',
|
||||
'mailEvents'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user