Skip to content
Snippets Groups Projects
Commit be223a7e authored by Justus Dieckmann's avatar Justus Dieckmann Committed by Tobias Reischmann
Browse files

Add subplugins.json

parent 99208b0e
Branches
Tags
No related merge requests found
{
"plugintypes" : {
"lifecycletrigger" : "admin\/tool\/lifecycle\/trigger",
"lifecyclestep" : "admin\/tool\/lifecycle\/step"
}
}
\ No newline at end of file
...@@ -23,7 +23,4 @@ ...@@ -23,7 +23,4 @@
*/ */
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$subplugins = array( $subplugins = json_decode(file_get_contents(__DIR__ . '/subplugins.json'), true)["plugintypes"];
'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