Skip to content

Commit 58d5eab

Browse files
authored
Added support for the new type of "tiny" plugins (fixes #526)
1 parent 2a91702 commit 58d5eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Composer/Installers/MoodleInstaller.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class MoodleInstaller extends BaseInstaller
5757
'scormreport' => 'mod/scorm/report/{$name}/',
5858
'search' => 'search/engine/{$name}/',
5959
'theme' => 'theme/{$name}/',
60+
'tiny' => 'lib/editor/tiny/plugins/{$name}/',
6061
'tinymce' => 'lib/editor/tinymce/plugins/{$name}/',
6162
'profilefield' => 'user/profile/field/{$name}/',
6263
'webservice' => 'webservice/{$name}/',

0 commit comments

Comments
 (0)