Skip to content

Commit

Permalink
Fix unable to install TinyMCE editor plugins (krestomatio/container_b…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsihk authored May 19, 2024
1 parent 3d12205 commit f0a76df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/usr/libexec/moodle/install-plugin-list
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ function install_path($plugin_type, $plugin_name) {
*/
$install_path_directory_from_type = array(
'tinymce' => array('dir' => 'lib/editor/tinymce/plugins'),
'tiny' => array('dir' => 'lib/editor/tiny/plugins'),
'workshopallocation' => array('dir' => 'mod/workshop/allocation'),
'atto' => array('dir' => 'lib/editor/atto/plugins'), 'availability' => array('dir' => 'availability/condition'),
'assignsubmission' => array('dir' => 'mod/assign/submission'), 'logstore' => array('dir' => 'admin/tool/log/store'),
Expand Down

0 comments on commit f0a76df

Please sign in to comment.