Skip to content

artevelde-uas/canvas-lms-disable-inbox-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Removes the 'Inbox' funtionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published