Skip to content

Commit c258ed7

Browse files
rezeaumchurchward
authored andcommitted
New icon feature for Moodle 4
Signed-off-by: rezeau <[email protected]>
1 parent 4a4c339 commit c258ed7

File tree

3 files changed

+99
-1
lines changed

3 files changed

+99
-1
lines changed

lib.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ function questionnaire_supports($feature) {
5353
return true;
5454
case FEATURE_SHOW_DESCRIPTION:
5555
return true;
56-
56+
case FEATURE_MOD_PURPOSE:
57+
return MOD_PURPOSE_COMMUNICATION;
5758
default:
5859
return null;
5960
}

pix/monologo.png

5.23 KB
Loading

pix/monologo.svg

Lines changed: 97 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)