Added file card to editor

refs https://github.com/TryGhost/Team/issues/1231

- new file card in editor that allows custom file uploads
This commit is contained in:
Rishabh Garg 2021-12-16 01:11:41 +05:30 committed by GitHub
parent c3e2eddc86
commit 5927e38084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ const GA_FEATURES = [
'audioCard',
'mediaAPI',
'membersAutoLogin',
'filesAPI'
'filesAPI',
'fileCard'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
@ -40,7 +41,6 @@ const ALPHA_FEATURES = [
'membersActivity',
'cardSettingsPanel',
'urlCache',
'fileCard',
'beforeAfterCard',
'tweetGridCard',
'headerCard'