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