From 10964884462d511daa8f247006cfd6b525a8477a Mon Sep 17 00:00:00 2001 From: Fabien egg O'Carroll Date: Wed, 1 Dec 2021 13:50:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20NFT=20Card=20support=20to?= =?UTF-8?q?=20Ghost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Team/issues/1211 The NFT card allows embeding NFT's from OpenSea in posts and pages. --- core/shared/labs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/shared/labs.js b/core/shared/labs.js index 1c023952fc..464bb3615e 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -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',