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:
Thibaut Patel 2021-12-02 18:49:33 +01:00 committed by Thibaut Patel
parent 5b34af9954
commit 361033ead2

View File

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