mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Cleaned up nftCard
labs flag
refs https://github.com/TryGhost/Team/issues/1258 - removed labs flag and conditionals
This commit is contained in:
parent
13d3d3ab14
commit
0fcf89b1fa
@ -56,7 +56,6 @@ export default Service.extend({
|
||||
mediaAPI: feature('mediaAPI'),
|
||||
filesAPI: feature('filesAPI'),
|
||||
calloutCard: feature('calloutCard'),
|
||||
nftCard: feature('nftCard'),
|
||||
accordionCard: feature('accordionCard'),
|
||||
fileCard: feature('fileCard'),
|
||||
audioCard: feature('audioCard'),
|
||||
|
@ -339,19 +339,6 @@
|
||||
</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 class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
@ -350,8 +350,7 @@ export const CARD_MENU = [
|
||||
matches: ['nft', 'opensea'],
|
||||
type: 'card',
|
||||
replaceArg: 'embed',
|
||||
params: ['url'],
|
||||
isAvailable: 'feature.nftCard'
|
||||
params: ['url']
|
||||
},
|
||||
{
|
||||
label: 'Other...',
|
||||
|
Loading…
Reference in New Issue
Block a user