Skip to content

Commit

Permalink
Added support for the new type of "tiny" plugins (fixes composer#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
tafkey authored and mackensen committed Jan 18, 2024
1 parent 2a91702 commit dcf1119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Composer/Installers/MoodleInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class MoodleInstaller extends BaseInstaller
'scormreport' => 'mod/scorm/report/{$name}/',
'search' => 'search/engine/{$name}/',
'theme' => 'theme/{$name}/',
'tiny' => 'lib/editor/tiny/plugins/{$name}/',
'tinymce' => 'lib/editor/tinymce/plugins/{$name}/',
'profilefield' => 'user/profile/field/{$name}/',
'webservice' => 'webservice/{$name}/',
Expand Down

0 comments on commit dcf1119

Please sign in to comment.