File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Dashboard Modal Slot
2
2
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
3
+ ### Slot ID: ` dashboard_modal_slot `
6
4
7
5
## Description
8
6
@@ -20,7 +18,7 @@ import { ModalDialog } from '@openedx/paragon';
20
18
21
19
const config = {
22
20
pluginSlots: {
23
- org . openedx . frontend . learner_dashboard . dashboard_modal . v1 : {
21
+ dashboard_modal_slot : {
24
22
plugins: [
25
23
{
26
24
op: PLUGIN_OPERATIONS .Insert ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
import { PluginSlot } from '@openedx/frontend-plugin-framework' ;
3
3
4
4
const DashboardModalSlot = ( ) => (
5
- < PluginSlot id = "org.openedx.frontend.learner_dashboard.dashboard_modal.v1 " />
5
+ < PluginSlot id = "dashboard_modal_slot " />
6
6
) ;
7
7
8
8
export default DashboardModalSlot ;
Original file line number Diff line number Diff line change 5
5
* [ ` widget_sidebar_slot ` ] ( ./WidgetSidebarSlot/ )
6
6
* [ ` course_list_slot ` ] ( ./CourseListSlot/ )
7
7
* [ ` no_courses_view_slot ` ] ( ./NoCoursesViewSlot/ )
8
- * [ ` org.openedx.frontend.learner_dashboard.dashboard_modal.v1 ` ] ( ./DashboardModalSlot )
8
+ * [ ` dashboard_modal_slot ` ] ( ./DashboardModalSlot )
You can’t perform that action at this time.
0 commit comments