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 1
1
# Dashboard Modal Slot
2
2
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
4
6
5
7
## Description
6
8
@@ -18,7 +20,7 @@ import { ModalDialog } from '@openedx/paragon';
18
20
19
21
const config = {
20
22
pluginSlots: {
21
- dashboard_modal_slot : {
23
+ org . openedx . frontend . learner_dashboard . dashboard_modal . v1 : {
22
24
plugins: [
23
25
{
24
26
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 = "dashboard_modal_slot " />
5
+ < PluginSlot id = "org.openedx.frontend.learner_dashboard.dashboard_modal.v1 " />
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
- * [ ` 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