mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-08 22:24:48 -04:00
TinyMCE MediaCMS Plugin for Moodle
A TinyMCE editor plugin for Moodle that provides media embedding capabilities with MediaCMS/LTI integration.
Build Information
Preparation
- Get and extract Moodle 5.1
- cp -r lms-plugins/mediacms-moodle/tiny/mediacms/ moodle/public/lib/editor/tiny/plugins/
- nvm use 22 && cd moodle/public && npm install
Actual build
- cd lib/editor/tiny/plugins/mediacms && npx grunt amd
Test the output
-
To test the output: cp * ../../../../../../../lms-plugins/mediacms-moodle/tiny/mediacms/ -r
-
Then copy to Moodle server and purge caches