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:
parent
8966f45993
commit
3f2e4fc4d0
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue