A Moodle/Totara course_trainer module to show who is the trainer on this course.
This module is designed to be added to your Totara project easily.
myproject/src/server/blocks/<module-folder>
2. To prevent the module from being deleted on system restart, add the module folder name to the .rsync-exclude-list file in your project root:
/server/blocks/course_trainer
This ensures the module folder is excluded from automatic sync deletion.
After adding the module and updating the exclude list, restart your Totara environment.
Your module should now be available within Totara.
Make sure the module folder name is correctly added to .rsync-exclude-list.
If you update or delete the module, adjust the exclude list accordingly.