mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
✨ Added NFT Card support to Ghost
refs https://github.com/TryGhost/Team/issues/1211 The NFT card allows embeding NFT's from OpenSea in posts and pages.
This commit is contained in:
parent
a727135800
commit
1096488446
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,8 @@ const messages = {
|
|||
|
||||
// flags in this list always return `true`, allows quick global enable prior to full flag removal
|
||||
const GA_FEATURES = [
|
||||
'customThemeSettings'
|
||||
'customThemeSettings',
|
||||
'nftCard'
|
||||
];
|
||||
|
||||
// NOTE: this allowlist is meant to be used to filter out any unexpected
|
||||
|
@ -34,7 +35,6 @@ const ALPHA_FEATURES = [
|
|||
'filesAPI',
|
||||
'membersAutoLogin',
|
||||
'calloutCard',
|
||||
'nftCard',
|
||||
'accordionCard',
|
||||
'fileCard',
|
||||
'audioCard',
|
||||
|
|
Loading…
Add table
Reference in a new issue