Skip to content

Commit 4a18c89

Browse files
committed
Revert "fix: changing slot id"
This reverts commit b26d463.
1 parent e1c1c51 commit 4a18c89

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/plugin-slots/DashboardModalSlot/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Dashboard Modal Slot
22

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`
64

75
## Description
86

@@ -20,7 +18,7 @@ import { ModalDialog } from '@openedx/paragon';
2018

2119
const config = {
2220
pluginSlots: {
23-
org.openedx.frontend.learner_dashboard.dashboard_modal.v1: {
21+
dashboard_modal_slot: {
2422
plugins: [
2523
{
2624
op: PLUGIN_OPERATIONS.Insert,

src/plugin-slots/DashboardModalSlot/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { PluginSlot } from '@openedx/frontend-plugin-framework';
33

44
const DashboardModalSlot = () => (
5-
<PluginSlot id="org.openedx.frontend.learner_dashboard.dashboard_modal.v1" />
5+
<PluginSlot id="dashboard_modal_slot" />
66
);
77

88
export default DashboardModalSlot;

src/plugin-slots/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* [`widget_sidebar_slot`](./WidgetSidebarSlot/)
66
* [`course_list_slot`](./CourseListSlot/)
77
* [`no_courses_view_slot`](./NoCoursesViewSlot/)
8-
* [`org.openedx.frontend.learner_dashboard.dashboard_modal.v1`](./DashboardModalSlot)
8+
* [`dashboard_modal_slot`](./DashboardModalSlot)

0 commit comments

Comments
 (0)