Added NFT card alpha flag

This commit is contained in:
Peter Zimon 2021-11-09 13:27:21 +01:00
parent c09dcd38af
commit 8335266542
2 changed files with 14 additions and 0 deletions

View File

@ -61,6 +61,7 @@ export default Service.extend({
filesAPI: feature('filesAPI', {developer: true}),
buttonCard: feature('buttonCard', {developer: true}),
calloutCard: feature('calloutCard', {developer: true}),
nftCard: feature('nftCard', {developer: true}),
_user: null,

View File

@ -352,6 +352,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Cardmageddon - NFT (Opensea embed)</h4>
<p class="gh-expandable-description">
Embed NFT cards directly in post content
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="nftCard" />
</div>
</div>
</div>
</div>
</div>
{{/if}}