mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
✨ Added a callout card
refs https://github.com/TryGhost/Team/issues/1206 - The callout card displays an emoji and a paragraph of text inside a highlighted box. Co-authored-by: - Sanne de Vries (@sanne-san)
This commit is contained in:
parent
5b34af9954
commit
361033ead2
@ -17,6 +17,7 @@ const messages = {
|
||||
const GA_FEATURES = [
|
||||
'customThemeSettings',
|
||||
'nftCard',
|
||||
'calloutCard',
|
||||
'accordionCard'
|
||||
];
|
||||
|
||||
@ -35,7 +36,6 @@ const ALPHA_FEATURES = [
|
||||
'mediaAPI',
|
||||
'filesAPI',
|
||||
'membersAutoLogin',
|
||||
'calloutCard',
|
||||
'fileCard',
|
||||
'audioCard',
|
||||
'videoCard',
|
||||
|
Loading…
Reference in New Issue
Block a user