Merge branch 'master' into settings-bundle

This commit is contained in:
Jan Böhmer 2024-06-24 21:15:14 +02:00
commit 3e657a7cac
305 changed files with 7543 additions and 4274 deletions

View file

@ -66,7 +66,7 @@ class Element14Provider implements InfoProviderInterface
public function isActive(): bool
{
return !empty($this->settings->apiKey);
return $this->settings->storeId !== null && $this->settings->apiKey !== '';
}
/**