mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Removed tweetGridCard feature flag
This commit is contained in:
parent
7356bfbcd9
commit
741d00baf6
2 changed files with 0 additions and 14 deletions
|
@ -58,7 +58,6 @@ export default class FeatureService extends Service {
|
|||
// labs flags
|
||||
@feature('urlCache') urlCache;
|
||||
@feature('beforeAfterCard') beforeAfterCard;
|
||||
@feature('tweetGridCard') tweetGridCard;
|
||||
|
||||
_user = null;
|
||||
|
||||
|
|
|
@ -213,19 +213,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Cardmageddon - Tweet grid</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Card for displaying a group of related tweets
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="tweetGridCard" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Reference in a new issue