mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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',
|
'nftCard',
|
||||||
'calloutCard',
|
'calloutCard',
|
||||||
'accordionCard',
|
'accordionCard',
|
||||||
|
'productCard',
|
||||||
'richTwitterNewsletters'
|
'richTwitterNewsletters'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -40,7 +41,6 @@ const ALPHA_FEATURES = [
|
||||||
'fileCard',
|
'fileCard',
|
||||||
'audioCard',
|
'audioCard',
|
||||||
'videoCard',
|
'videoCard',
|
||||||
'productCard',
|
|
||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'tweetGridCard',
|
'tweetGridCard',
|
||||||
'headerCard'
|
'headerCard'
|
||||||
|
|
Loading…
Add table
Reference in a new issue