[ 'label' => 'Access File Manager', 'description' => 'View and access the file manager module', 'group' => 'File Management' ], ]; } public function registerBI(): array { return [ 'handle' => $this->handle(), 'namespace' => 'FileManager', 'version' => $this->version(), 'label' => $this->label(), 'author' => $this->author(), 'description' => $this->description(), 'boot' => 'static/module.mjs', ]; } }