@artevelde-uas/canvas-lms-clear-all-sections-default-plugin
v1.1.0
Published
Remove the 'All sections' default from the 'Post to' field when creating new announcements or assignments
Downloads
8
Keywords
Readme
Canvas LMS Remove All Sections Default Plug-in
Plugin for the Canvas LMS theme app that removes the 'All sections' default from the 'Post to' field when creating new announcements or assignments.
Installation
Using NPM:
npm install @artevelde-uas/canvas-lms-clear-all-sections-default-plugin
Using Yarn:
yarn add @artevelde-uas/canvas-lms-clear-all-sections-default-plugin
Usage
Just import the plug-in and add it to the Canvas app:
import { run, addPlugin } from '@artevelde-uas/canvas-lms-app';
import enableCourseRecycleBinPlugin from '@artevelde-uas/canvas-lms-clear-all-sections-default-plugin';
addPlugin(enableCourseRecycleBinPlugin);
run();