mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added GIFs card labs flag
refs https://github.com/TryGhost/Team/issues/1217 - labs flag for adding a gif selector in a similar fashion to our Unsplash image selector
This commit is contained in:
parent
549f89084f
commit
fe07578905
@ -63,6 +63,7 @@ export default Service.extend({
|
||||
calloutCard: feature('calloutCard', {developer: true}),
|
||||
nftCard: feature('nftCard', {developer: true}),
|
||||
accordionCard: feature('accordionCard', {developer: true}),
|
||||
gifsCard: feature('gifsCard', {developer: true}),
|
||||
|
||||
_user: null,
|
||||
|
||||
|
@ -378,6 +378,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Cardmageddon - Gifs</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Adds a gif selector using Tenor for the image card
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="gifsCard" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user