'taoTaskQueue', 'label' => 'Task Queue', 'description' => 'Extended Task Queue functionalities with custom GUI', 'license' => 'GPL-2.0', 'author' => 'Open Assessment Technologies SA', 'managementRole' => 'http://www.tao.lu/Ontologies/generis.rdf#taoTaskQueueManager', 'acl' => [ ['grant', 'http://www.tao.lu/Ontologies/generis.rdf#taoTaskQueueManager', ['ext' => 'taoTaskQueue']], ], 'install' => [ 'php' => [ SetClientRouterConfig::class, ], ], 'update' => Updater::class, 'routes' => [ '/taoTaskQueue' => 'oat\\taoTaskQueue\\controller', ], 'constants' => [ "DIR_VIEWS" => __DIR__ . DIRECTORY_SEPARATOR . "views" . DIRECTORY_SEPARATOR, 'BASE_URL' => ROOT_URL . 'taoTaskQueue/', ], 'extra' => [ 'structures' => __DIR__ . DIRECTORY_SEPARATOR . 'controller' . DIRECTORY_SEPARATOR . 'structures.xml', ], ];