mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Cleaned up richTwitterNewsletters
labs flag
refs https://github.com/TryGhost/Team/issues/1258 - removed labs flag and toggle UI
This commit is contained in:
parent
b8b40fafef
commit
f118b78113
2 changed files with 0 additions and 14 deletions
|
@ -58,7 +58,6 @@ export default Service.extend({
|
|||
fileCard: feature('fileCard'),
|
||||
audioCard: feature('audioCard'),
|
||||
beforeAfterCard: feature('beforeAfterCard'),
|
||||
richTwitterNewsletters: feature('richTwitterNewsletters'),
|
||||
tweetGridCard: feature('tweetGridCard'),
|
||||
headerCard: feature('headerCard'),
|
||||
|
||||
|
|
|
@ -378,19 +378,6 @@
|
|||
</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 class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue