0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added a product card to the editor

closes https://github.com/TryGhost/Team/issues/1245

The product card enables to show product recommendations in pages and posts.
This commit is contained in:
Thibaut Patel 2021-12-13 17:44:53 +01:00
parent 8966f45993
commit 3f2e4fc4d0

View file

@ -19,6 +19,7 @@ const GA_FEATURES = [
'nftCard',
'calloutCard',
'accordionCard',
'productCard',
'richTwitterNewsletters'
];
@ -40,7 +41,6 @@ const ALPHA_FEATURES = [
'fileCard',
'audioCard',
'videoCard',
'productCard',
'beforeAfterCard',
'tweetGridCard',
'headerCard'