mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Removed tweetGridCard feature flag
This commit is contained in:
parent
7356bfbcd9
commit
741d00baf6
@ -58,7 +58,6 @@ export default class FeatureService extends Service {
|
|||||||
// labs flags
|
// labs flags
|
||||||
@feature('urlCache') urlCache;
|
@feature('urlCache') urlCache;
|
||||||
@feature('beforeAfterCard') beforeAfterCard;
|
@feature('beforeAfterCard') beforeAfterCard;
|
||||||
@feature('tweetGridCard') tweetGridCard;
|
|
||||||
|
|
||||||
_user = null;
|
_user = null;
|
||||||
|
|
||||||
|
@ -213,19 +213,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user