0
Fork 0
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:
Rishabh Garg 2021-12-15 18:02:28 +05:30 committed by GitHub
parent ffe502fa84
commit 306e565fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'