diff --git a/ui/src/react-admin/modules/content-page/components/blocks/BlockOverviewWithCarousel/BlockOverviewWithCarousel.editorconfig.ts b/ui/src/react-admin/modules/content-page/components/blocks/BlockOverviewWithCarousel/BlockOverviewWithCarousel.editorconfig.ts index 0883a813..2fade2f0 100644 --- a/ui/src/react-admin/modules/content-page/components/blocks/BlockOverviewWithCarousel/BlockOverviewWithCarousel.editorconfig.ts +++ b/ui/src/react-admin/modules/content-page/components/blocks/BlockOverviewWithCarousel/BlockOverviewWithCarousel.editorconfig.ts @@ -117,6 +117,7 @@ export const OVERVIEW_WITH_CAROUSEL_CONFIG = (position = 0): ContentBlockConfig AvoCoreContentPickerType.CONTENT_PAGE, AvoCoreContentPickerType.INTERNAL_LINK, AvoCoreContentPickerType.EXTERNAL_LINK, + AvoCoreContentPickerType.IE_OBJECT, ], }, }, diff --git a/ui/src/react-admin/modules/content-page/components/blocks/BlockOverviewWithCarousel/BlockOverviewWithCarousel.tsx b/ui/src/react-admin/modules/content-page/components/blocks/BlockOverviewWithCarousel/BlockOverviewWithCarousel.tsx index 4380b77d..e8553b36 100644 --- a/ui/src/react-admin/modules/content-page/components/blocks/BlockOverviewWithCarousel/BlockOverviewWithCarousel.tsx +++ b/ui/src/react-admin/modules/content-page/components/blocks/BlockOverviewWithCarousel/BlockOverviewWithCarousel.tsx @@ -23,7 +23,7 @@ export interface BlockOverviewWithCarouselProps extends DefaultComponentProps { buttonAltTitle?: string; buttonAction?: ButtonAction; elements: { - mediaItem: ButtonAction; + mediaItem?: ButtonAction; image: string; imageAlt: string; title: string; @@ -178,7 +178,7 @@ export const BlockOverviewWithCarousel: FunctionComponent