Skip to content

Commit

Permalink
MDL-67174 core: update standard plugins list.
Browse files Browse the repository at this point in the history
Add Forum summary report and Atto emoji picker.
  • Loading branch information
paulholden committed Nov 7, 2019
1 parent 01aa126 commit afaf64b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/classes/plugin_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ public static function standard_plugins_list($type) {
'equation', 'fontcolor', 'html', 'image', 'indent', 'italic',
'link', 'managefiles', 'media', 'noautolink', 'orderedlist',
'recordrtc', 'rtl', 'strike', 'subscript', 'superscript', 'table',
'title', 'underline', 'undo', 'unorderedlist', 'h5p'
'title', 'underline', 'undo', 'unorderedlist', 'h5p', 'emojipicker',
),

'assignment' => array(
Expand Down Expand Up @@ -1786,6 +1786,10 @@ public static function standard_plugins_list($type) {
'singleactivity', 'social', 'topics', 'weeks'
),

'forumreport' => array(
'summary',
),

'gradeexport' => array(
'ods', 'txt', 'xls', 'xml'
),
Expand Down

0 comments on commit afaf64b

Please sign in to comment.