fix: rename course banner slot (#586)

This commit is contained in:
Maxwell Frank
2025-03-21 11:08:32 -04:00
committed by GitHub
parent 10961010ba
commit 54f8bc86e3
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ const config = {
{
op: PLUGIN_OPERATIONS.Insert,
widget: {
id: 'custom_course_banner',
id: 'org.openedx.frontend.learner_dashboard.course_card_banner.v1',
type: DIRECT_PLUGIN,
priority: 60,
RenderWidget: ({ cardId }) => (

View File

@@ -5,7 +5,7 @@ import CourseBanner from 'containers/CourseCard/components/CourseCardBanners/Cou
const CourseBannerSlot = ({ cardId }) => (
<PluginSlot
id="course_banner_slot"
id="org.openedx.frontend.learner_dashboard.course_card_banner.v1"
pluginProps={{
cardId,
}}