Moved octopart / nexar integration configuration to the new settings system

This commit is contained in:
Jan Böhmer 2025-07-06 20:18:14 +02:00
parent 1dbcff66d1
commit c0c847c5be
7 changed files with 116 additions and 40 deletions

View file

@ -44,6 +44,9 @@ class InfoProviderSettings
#[EmbeddedSettings]
public ?Element14Settings $element14 = null;
#[EmbeddedSettings]
public ?OctopartSettings $octopartSettings = null;
#[EmbeddedSettings]
public ?LCSCSettings $lcsc = null;