Skip to content

Commit

Permalink
Merge pull request #334 from kaltura/KMS-20967--FR--Display-descripti…
Browse files Browse the repository at this point in the history
…on-in-video-resource-option--Git-#292-310

KMS-20967 add show description feature to kalvidres
  • Loading branch information
noychn-kaltura authored Jun 20, 2021
2 parents fc58a45 + f8f7d26 commit 8975fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/kalvidres/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ function kalvidres_supports($feature) {
return false;
case FEATURE_BACKUP_MOODLE2:
return true;
case FEATURE_SHOW_DESCRIPTION:
return true;
default:
return null;
}
Expand Down

0 comments on commit 8975fb0

Please sign in to comment.