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