mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
✨ Added new video card
refs https://github.com/TryGhost/Team/issues/1229 - new video card allows adding custom video files with thumbnail to post/page
This commit is contained in:
parent
ffe502fa84
commit
306e565fc1
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,7 @@ const GA_FEATURES = [
|
|||
'customThemeSettings',
|
||||
'nftCard',
|
||||
'calloutCard',
|
||||
'videoCard',
|
||||
'accordionCard',
|
||||
'productCard',
|
||||
'richTwitterNewsletters',
|
||||
|
@ -40,7 +41,6 @@ const ALPHA_FEATURES = [
|
|||
'cardSettingsPanel',
|
||||
'urlCache',
|
||||
'fileCard',
|
||||
'videoCard',
|
||||
'beforeAfterCard',
|
||||
'tweetGridCard',
|
||||
'headerCard'
|
||||
|
|
Loading…
Reference in a new issue