mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added multiple newsletters flag
This commit is contained in:
parent
1832e7dc93
commit
303506dcba
@ -71,6 +71,9 @@ export default class FeatureService extends Service {
|
||||
|
||||
@feature('beforeAfterCard')
|
||||
beforeAfterCard;
|
||||
|
||||
@feature('multipleNewsletters')
|
||||
multipleNewsletters;
|
||||
|
||||
@feature('tweetGridCard')
|
||||
tweetGridCard;
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user