File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Dashboard Modal Slot
22
3- ### Slot ID: ` dashboard_modal_slot `
3+ ### Slot ID: ` org.openedx.frontend.learner_dashboard.dashboard_modal.v1 `
4+
5+ ### https://github.com/openedx/frontend-plugin-framework/blob/master/docs/decisions/0003-slot-naming-and-life-cycle.rst#1-naming-format
46
57## Description
68
@@ -18,7 +20,7 @@ import { ModalDialog } from '@openedx/paragon';
1820
1921const config = {
2022 pluginSlots: {
21- dashboard_modal_slot : {
23+ org . openedx . frontend . learner_dashboard . dashboard_modal . v1 : {
2224 plugins: [
2325 {
2426 op: PLUGIN_OPERATIONS .Insert ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
22import { PluginSlot } from '@openedx/frontend-plugin-framework' ;
33
44const DashboardModalSlot = ( ) => (
5- < PluginSlot id = "dashboard_modal_slot " />
5+ < PluginSlot id = "org.openedx.frontend.learner_dashboard.dashboard_modal.v1 " />
66) ;
77
88export default DashboardModalSlot ;
Original file line number Diff line number Diff line change 55* [ ` widget_sidebar_slot ` ] ( ./WidgetSidebarSlot/ )
66* [ ` course_list_slot ` ] ( ./CourseListSlot/ )
77* [ ` no_courses_view_slot ` ] ( ./NoCoursesViewSlot/ )
8- * [ ` dashboard_modal_slot ` ] ( ./DashboardModalSlot )
8+ * [ ` org.openedx.frontend.learner_dashboard.dashboard_modal.v1 ` ] ( ./DashboardModalSlot )
You can’t perform that action at this time.
0 commit comments