mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-10 15:07:23 -04:00
TinyMCE MediaCMS Plugin for Moodle
A TinyMCE editor plugin for Moodle that provides media embedding capabilities with MediaCMS/LTI integration.
Build Information
- 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
- npx grunt amd --root=lib/editor/tiny/plugins/mediacms
i've noticed that this fails, so this should work: npx grunt amd
- To test the output: cp lib/editor/tiny/plugins/mediacms/* ../../lms-plugins/mediacms-moodle/tiny/mediacms/ -r
- Then copy to Moodle server and purge caches