Add ability to show description on course page (#406)
This commit is contained in:
parent
89516bf17d
commit
7df31f16fb
1 changed files with 2 additions and 0 deletions
2
lib.php
2
lib.php
|
@ -264,6 +264,8 @@ function customcert_supports($feature) {
|
|||
return true;
|
||||
case FEATURE_MOD_INTRO:
|
||||
return true;
|
||||
case FEATURE_SHOW_DESCRIPTION:
|
||||
return true;
|
||||
case FEATURE_COMPLETION_TRACKS_VIEWS:
|
||||
return true;
|
||||
case FEATURE_BACKUP_MOODLE2:
|
||||
|
|
Loading…
Reference in a new issue