MDL-67174 core: update standard plugins list.

Add Forum summary report and Atto emoji picker.
This commit is contained in:
Paul Holden 2019-11-07 16:45:50 +00:00
parent 01aa126848
commit afaf64b334

View File

@ -1687,7 +1687,7 @@ class core_plugin_manager {
'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(
@ -1786,6 +1786,10 @@ class core_plugin_manager {
'singleactivity', 'social', 'topics', 'weeks'
),
'forumreport' => array(
'summary',
),
'gradeexport' => array(
'ods', 'txt', 'xls', 'xml'
),