mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added NFT card alpha flag
This commit is contained in:
parent
c09dcd38af
commit
8335266542
@ -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,
|
||||
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user