@artevelde-uas/canvas-lms-disable-inbox-plugin
v0.1.0
Published
Removes the 'Inbox' funtionality
Downloads
7
Readme
Removes the 'Inbox' funtionality
Plug-in for the Canvas LMS theme app that removes the 'Inbox' funtionality.
Features
- Removes the 'Inbox' menu item
- Redirects all calls to the Inbox back to the Dashboard
Installation
Using NPM:
npm install @artevelde-uas/canvas-lms-disable-inbox-plugin
Using Yarn:
yarn add @artevelde-uas/canvas-lms-disable-inbox-plugin
Usage
Just import the plug-in and add it to the Canvas app:
import { run, addPlugin } from '@artevelde-uas/canvas-lms-app';
import disableInboxPlugin from '@artevelde-uas/canvas-lms-disable-inbox-plugin';
addPlugin(disableInboxPlugin);
run();