mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-20 09:31:38 +00:00
Added settings and docs for the generic Web info provider
This commit is contained in:
parent
071f6f8591
commit
722eb7ddab
6 changed files with 86 additions and 5 deletions
|
|
@ -37,6 +37,9 @@ class InfoProviderSettings
|
|||
#[EmbeddedSettings]
|
||||
public ?InfoProviderGeneralSettings $general = null;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?GenericWebProviderSettings $genericWebProvider = null;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?DigikeySettings $digikey = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue