Skip to content
Snippets Groups Projects
Commit 43c36eee authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Revert "Add subplugins.json"

This reverts commit f8e30239.
parent f8e30239
No related branches found
No related tags found
No related merge requests found
{
"plugintypes": {
"lifecycletrigger": "admin\/tool\/lifecycle\/trigger",
"lifecyclestep": "admin\/tool\/lifecycle\/step"
}
}
......@@ -23,4 +23,7 @@
*/
defined('MOODLE_INTERNAL') || die();
$subplugins = json_decode(readfile(__DIR__ . '/subplugins.json'));
$subplugins = array(
'lifecycletrigger' => 'admin/tool/lifecycle/trigger',
'lifecyclestep' => 'admin/tool/lifecycle/step',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment