mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 08:43:59 +03:00
✨ Added new audio card
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
This commit is contained in:
parent
93a81fc0ca
commit
daea92cf3f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user