Make Canopy provider configurable via UI

This commit is contained in:
Jan Böhmer 2026-02-22 23:38:56 +01:00
parent 0b9b2cbf58
commit 300382f6e3
4 changed files with 70 additions and 4 deletions

View file

@ -72,4 +72,7 @@ class InfoProviderSettings
#[EmbeddedSettings]
public ?ConradSettings $conrad = null;
#[EmbeddedSettings]
public ?CanopySettings $canopy = null;
}