Skip to content

Commit 9e63777

Browse files
authored
fix: CourseBanner slot readme (#589)
1 parent cf2f3ac commit 9e63777

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/plugin-slots/CourseBannerSlot/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Course Card Action Slot
22

3-
### Slot ID: `course_banner_slot`
3+
### Slot ID: `org.openedx.frontend.learner_dashboard.course_card_banner.v1`
44
### Props:
55
* `cardId`
66

@@ -19,10 +19,11 @@ The following `env.config.jsx` will render a custom implemenation of a CourseBan
1919

2020
```js
2121
import { DIRECT_PLUGIN, PLUGIN_OPERATIONS } from '@openedx/frontend-plugin-framework';
22+
import { Alert } from '@openedx/paragon';
2223

2324
const config = {
2425
pluginSlots: {
25-
course_banner_slot: {
26+
'org.openedx.frontend.learner_dashboard.course_card_banner.v1': {
2627
keepDefault: false,
2728
plugins: [
2829
{

0 commit comments

Comments
 (0)