Skip to content
Snippets Groups Projects
Commit f6df0142 authored by 3i Logic LMS's avatar 3i Logic LMS
Browse files

Added myinstance capablility

parent 46161dae
Branches
No related tags found
No related merge requests found
......@@ -3,6 +3,15 @@
defined('MOODLE_INTERNAL') || die();
$capabilities = array(
'block/learning_plan:myaddinstance' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
'user' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/site:manageblocks'
),
'block/learning_plan:viewpages' => array(
'captype' => 'read',
'contextlevel' => CONTEXT_BLOCK,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment