Skip to content

Commit

Permalink
Merge pull request #464 from LafColITS/463-mdl-documentconverter
Browse files Browse the repository at this point in the history
Add moodle document converter
  • Loading branch information
Seldaek authored Dec 8, 2020
2 parents 14f57f7 + 8fb495f commit 2a5edbc
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 @@ -18,6 +18,7 @@ class MoodleInstaller extends BaseInstaller
'cachestore' => 'cache/stores/{$name}/',
'cachelock' => 'cache/locks/{$name}/',
'calendartype' => 'calendar/type/{$name}/',
'fileconverter' => 'files/converter/{$name}/',
'format' => 'course/format/{$name}/',
'coursereport' => 'course/report/{$name}/',
'customcertelement' => 'mod/customcert/element/{$name}/',
Expand Down

0 comments on commit 2a5edbc

Please sign in to comment.