0.2.0 • Published 5 years ago

@ahsdile/canvas-lms-restrict-sis-course-settings-plugin v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Canvas LMS Restrict SIS Course Settings Plug-in

Plugin for the Canvas LMS theme app that restricts some settings in courses created by the SIS import/sync.

Installation

Using NPM:

npm install @ahsdile/canvas-lms-restrict-sis-course-settings-plugin

Using Yarn:

yarn add @ahsdile/canvas-lms-restrict-sis-course-settings-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import canvas from '@ahsdile/canvas-lms-app';
import restrictSISCourseSettingsPlugin from '@ahsdile/canvas-lms-restrict-sis-course-settings-plugin';

canvas.addPlugin(restrictSISCourseSettingsPlugin);

canvas.run();
0.2.0

5 years ago

0.1.0

6 years ago