mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Added the tweetGridCard
feature flag
refs https://github.com/TryGhost/Team/issues/1255 - developer flag for enabling tweet grid cards in the card menus
This commit is contained in:
parent
3bd5400e92
commit
1ba546c4cd
@ -66,6 +66,7 @@ export default Service.extend({
|
|||||||
quoteStyles: feature('quoteStyles'),
|
quoteStyles: feature('quoteStyles'),
|
||||||
beforeAfterCard: feature('beforeAfterCard'),
|
beforeAfterCard: feature('beforeAfterCard'),
|
||||||
richTwitterNewsletters: feature('richTwitterNewsletters'),
|
richTwitterNewsletters: feature('richTwitterNewsletters'),
|
||||||
|
tweetGridCard: feature('tweetGridCard'),
|
||||||
|
|
||||||
_user: null,
|
_user: null,
|
||||||
|
|
||||||
|
@ -469,6 +469,19 @@
|
|||||||
</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