0
Fork 0
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:
Fabien egg O'Carroll 2021-12-01 13:50:45 +02:00
parent a727135800
commit 1096488446

View file

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