Skip to content

Commit a3595c5

Browse files
Merge pull request #306 from micaherne/revert-201-patch-2
Revert "Support "atto" editor plugins introduced in Moodle 2.7+"
2 parents 3c90d49 + 436b6f2 commit a3595c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Composer/Installers/MoodleInstaller.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class MoodleInstaller extends BaseInstaller
5151
'webservice' => 'webservice/{$name}/',
5252
'workshopallocation' => 'mod/workshop/allocation/{$name}/',
5353
'workshopeval' => 'mod/workshop/eval/{$name}/',
54-
'workshopform' => 'mod/workshop/form/{$name}/',
55-
'editor_atto_plugin' => 'lib/editor/atto/plugins/{$name}/'
54+
'workshopform' => 'mod/workshop/form/{$name}/'
5655
);
5756
}

0 commit comments

Comments
 (0)