Add settings form for remaining info providers

This commit is contained in:
Jan Böhmer 2025-08-24 23:35:31 +02:00
parent ee33d743e6
commit 48ff2494f6
8 changed files with 16 additions and 8 deletions

View file

@ -51,7 +51,8 @@ class LCSCProvider implements InfoProviderInterface
'name' => 'LCSC',
'description' => 'This provider uses the (unofficial) LCSC API to search for parts.',
'url' => 'https://www.lcsc.com/',
'disabled_help' => 'Enable this provider in the provider settings.'
'disabled_help' => 'Enable this provider in the provider settings.',
'settings_class' => LCSCSettings::class,
];
}