$this->l->t('NuQloud Scrum'), 'settings' => $this->configService->getPublicSettings(), 'text' => $this->getText(), ], '' ); } /** @return array */ private function getText(): array { return [ 'title' => $this->l->t('NuQloud Scrum'), 'workspaceSync' => $this->l->t('Workspace Sync'), 'enabled' => $this->l->t('NuQloud Scrum automation is enabled.'), 'notEnabled' => $this->l->t('NuQloud Scrum automation is not enabled yet.'), 'intro' => $this->l->t('Talk remains the primary workspace. Synced task folders and Deck cards will appear here after the sync services are connected.'), ]; } public function getSection(): string { return Application::APP_ID; } public function getPriority(): int { return 50; } }