. /** * Capabilities for the tiny_h5p plugin. * * @package tiny_h5p * @copyright 2022 Andrew Lyons * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $capabilities = [ 'tiny/h5p:addembed' => [ 'captype' => 'write', 'contextlevel' => CONTEXT_MODULE, 'archetypes' => [ 'editingteacher' => CAP_ALLOW, ], 'clonepermissionsfrom' => 'atto/h5p:addembed', ] ];