mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
parent
17932759d3
commit
2d61d5e94e
@ -67,6 +67,7 @@ export default class FeatureService extends Service {
|
||||
@feature('lexicalEditor') lexicalEditor;
|
||||
@feature('audienceFeedback') audienceFeedback;
|
||||
@feature('fixNewsletterLinks') fixNewsletterLinks;
|
||||
@feature('suppressionList') suppressionList;
|
||||
|
||||
_user = null;
|
||||
|
||||
|
@ -232,6 +232,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Suppression List</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Allows checking whether a member's email is blocked and removing emails from the suppression list.
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="suppressionList" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
@ -35,7 +35,8 @@ const BETA_FEATURES = [
|
||||
const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'lexicalEditor'
|
||||
'lexicalEditor',
|
||||
'suppressionList'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
Loading…
Reference in New Issue
Block a user