mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Added feature toggle for twitter newsletter improvements
refs https://github.com/TryGhost/Team/issues/1001
This commit is contained in:
parent
98b5506d64
commit
e676a3e973
2 changed files with 14 additions and 0 deletions
|
@ -65,6 +65,7 @@ export default Service.extend({
|
|||
productCard: feature('productCard'),
|
||||
quoteStyles: feature('quoteStyles'),
|
||||
beforeAfterCard: feature('beforeAfterCard'),
|
||||
richTwitterNewsletters: feature('richTwitterNewsletters'),
|
||||
|
||||
_user: null,
|
||||
|
||||
|
|
|
@ -456,6 +456,19 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Cardmageddon - Twitter Newsletter Improvements</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Adds rich twitter embed support to newsletters
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="richTwitterNewsletters" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Reference in a new issue