mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-67174 core: update standard plugins list.
Add Forum summary report and Atto emoji picker.
This commit is contained in:
parent
01aa126848
commit
afaf64b334
@ -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'
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user