0.1.0 • Published 10 months ago

@artevelde-uas/canvas-lms-disable-inbox-plugin v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Removes the 'Inbox' funtionality

npm.io npm.io npm.io

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();
0.1.0

10 months ago