Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Database presets

From MoodleDocs
Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!

There is a Subplugins structure for building default database presets in Moodle.

These are located under /mod/data/preset and the format should be easy to determine from the one example that we have there, called "imagegallery".

It's unlikely we'll add more, though. The main way to share presets is to import them on the fly as .zip files.

See also

en:Database presets