Skip to content

Commit

Permalink
feat: Custom Rich Text in Content Pallette
Browse files Browse the repository at this point in the history
neilmistryamplience committed Oct 4, 2024
1 parent a3b5d72 commit d406059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cms-modern/ContentBlock/ContentBlock.tsx
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ const PaletteMapping: any = {
image: Image,
'content-page': ContentPage,
'product-grid': ProductGrid,
'rich-text': CustomRichText,
'custom-rich-text': CustomRichText,
'shoppable-image': ShoppableImage,
'simple-banner': SimpleBanner,
'simple-localized-banner': SimpleBanner,

0 comments on commit d406059

Please sign in to comment.