From daea92cf3f0870478c9192994c18a8f9dd5f9baf Mon Sep 17 00:00:00 2001 From: Rishabh Garg Date: Tue, 14 Dec 2021 10:54:45 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20new=20audio=20card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Team/issues/1230 - new audio card allows adding custom audio files with thumbnail to post/page - also adds new file and media API to manage files/thumbnails uploaded for new cards --- core/shared/labs.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/shared/labs.js b/core/shared/labs.js index bb1c482dff..abb0548ad8 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -20,7 +20,10 @@ const GA_FEATURES = [ 'calloutCard', 'accordionCard', 'productCard', - 'richTwitterNewsletters' + 'richTwitterNewsletters', + 'audioCard', + 'mediaAPI', + 'filesAPI' ]; // NOTE: this allowlist is meant to be used to filter out any unexpected @@ -35,11 +38,8 @@ const ALPHA_FEATURES = [ 'membersActivity', 'cardSettingsPanel', 'urlCache', - 'mediaAPI', - 'filesAPI', 'membersAutoLogin', 'fileCard', - 'audioCard', 'videoCard', 'beforeAfterCard', 'tweetGridCard',