0.2.0 • Published 4 years ago

@artevelde-uas/canvas-lms-conference-editor-group-filter-plugin v0.2.0

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

Canvas LMS Conference Editor Group Filter Plug-in

npm.io npm.io npm.io

Plugin for the Canvas LMS theme app that adds a group filter to the user selector on the conference editor.

Example image

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-conference-editor-group-filter-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-conference-editor-group-filter-plugin

Usage

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

import canvas from '@artevelde-uas/canvas-lms-app';
import conferenceEditorGroupFilterPlugin from '@artevelde-uas/canvas-lms-conference-editor-group-filter-plugin';

canvas.addPlugin(conferenceEditorGroupFilterPlugin);

canvas.run();
0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago