Added multiple newsletters flag

This commit is contained in:
Peter Zimon 2022-03-21 16:11:53 +01:00
parent 1832e7dc93
commit 303506dcba
2 changed files with 16 additions and 0 deletions

View File

@ -71,6 +71,9 @@ export default class FeatureService extends Service {
@feature('beforeAfterCard')
beforeAfterCard;
@feature('multipleNewsletters')
multipleNewsletters;
@feature('tweetGridCard')
tweetGridCard;

View File

@ -309,6 +309,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Multiple newsletters</h4>
<p class="gh-expandable-description">
Create, manage and send multiple newsletter lists
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="multipleNewsletters" />
</div>
</div>
</div>
</div>
</div>
{{/if}}