mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 08:54:36 +03:00
✨ 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:
parent
c3e2eddc86
commit
5927e38084
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user