We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2f3ac commit 9e63777Copy full SHA for 9e63777
src/plugin-slots/CourseBannerSlot/README.md
@@ -1,6 +1,6 @@
1
# Course Card Action Slot
2
3
-### Slot ID: `course_banner_slot`
+### Slot ID: `org.openedx.frontend.learner_dashboard.course_card_banner.v1`
4
### Props:
5
* `cardId`
6
@@ -19,10 +19,11 @@ The following `env.config.jsx` will render a custom implemenation of a CourseBan
19
20
```js
21
import { DIRECT_PLUGIN, PLUGIN_OPERATIONS } from '@openedx/frontend-plugin-framework';
22
+import { Alert } from '@openedx/paragon';
23
24
const config = {
25
pluginSlots: {
- course_banner_slot: {
26
+ 'org.openedx.frontend.learner_dashboard.course_card_banner.v1': {
27
keepDefault: false,
28
plugins: [
29
{
0 commit comments