An activity module for managing custom defined content types which are 'first class' concepts in Moodle. This is to enable course author to think in proper concepts that matter to them and not worry about the rendering of each content type which will be defined centrally.
Using git submodule:
git submodule add git@github.com:catalyst/moodle-mod_cms.git mod/cms
Or you can download as a zip from github
https://github.com/catalyst/moodle-mod_cms/archive/refs/heads/main.zip
Extract this into /path/to/moodle/mod/cms
Then run the Moodle upgrade as normal.
https://docs.moodle.org/en/Installing_plugins
Extra detail can be added to CMSs and CMS types via data sources. Within your plugin, add classes that derive from
mod_cms\local\datasource\base
, and define a function in lib.php called
<component>_modcms_datasources()
, which returns an array of fully qualified class names for these
classes.
Issues and pull requests using github are welcome and encouraged!
https://github.com/catalyst/moodle-mod_cms/issues
If you would like commercial support or would like to sponsor additional improvements to this plugin please contact us:
https://www.catalyst-au.net/contact-us
This plugin was developed by Catalyst IT Australia: