File tree Expand file tree Collapse file tree
CourseOutlinePageAlertsSlot Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This slot is used to replace/modify/hide the course file table UI.
1212
1313![ Red Border around Files UI] ( ./screenshot_files_border_wrap.png )
1414
15- The following ` env.config.jsx ` will wrap the files component with a div that has a large red dashed
15+ The following ` env.config.jsx ` will wrap the files component with a div that has a large dashed
1616red border.
1717
1818``` js
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This slot is used to add alerts to the course outline page.
1212
1313![ Additional Alerts in Outline Page] ( ./screenshot_outline_alert_added.png )
1414
15- The following ` env.config.jsx ` will wrap the files component with a div that has a large red dashed redborder .
15+ The following ` env.config.jsx ` display a custom additional alert on the course outline page .
1616
1717``` js
1818import { DIRECT_PLUGIN , PLUGIN_OPERATIONS } from ' @openedx/frontend-plugin-framework' ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This slot is used to replace/modify/hide the course video upload page UI.
1212
1313![ Red Border around Videos UI] ( ./screenshot_videos_border_wrap.png )
1414
15- The following ` env.config.jsx ` will wrap the files component with a div that has a large red dashed redborder .
15+ The following ` env.config.jsx ` will wrap the videos UI with a div that has a large dashed red border .
1616
1717``` js
1818import { PLUGIN_OPERATIONS } from ' @openedx/frontend-plugin-framework' ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This slot is used to add alerts to the course file edit page.
1616
1717![ 🍞 in breadcrumbs slot] ( ./screenshot_videos_alert_added.png )
1818
19- The following ` env.config.jsx ` will wrap the files component with a div that has a large red dashed redborder .
19+ The following ` env.config.jsx ` will display an additional custom alert on the files and uploads page .
2020
2121``` js
2222import { DIRECT_PLUGIN , PLUGIN_OPERATIONS } from ' @openedx/frontend-plugin-framework' ;
You can’t perform that action at this time.
0 commit comments