diff --git a/docs/devupdate.md b/docs/devupdate.md index 16c4df3993..f4350d7812 100644 --- a/docs/devupdate.md +++ b/docs/devupdate.md @@ -19,7 +19,7 @@ This page highlights the important changes that are coming in Moodle 4.4 for dev It is now possible to use meta enrolment when uploading courses using CSV file. Here is an example of CSV file that can be used to upload a course with meta enrolment: -```php +```php title="Example of CSV for meta enrolment" shortname,fullname,category_idnumber,enrolment_1,enrolment_1_metacoursename course1,Course 1,CAT1,meta,course2 ```