fix: rename course banner slot (#586)
This commit is contained in:
@@ -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 }) => (
|
||||
|
||||
@@ -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,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user