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

Add subplugins.json

parent 6ebdc134
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,7 +23,4 @@ ...@@ -23,7 +23,4 @@
*/ */
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$subplugins = array( $subplugins = json_decode(readfile(__DIR__ . '/subplugins.json'));
'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