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:
Kevin Ansfield 2021-11-11 15:12:46 +00:00
parent 549f89084f
commit fe07578905
2 changed files with 14 additions and 0 deletions

View File

@ -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,

View File

@ -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}}