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

@ -61,7 +61,8 @@ class MouserProvider implements InfoProviderInterface
'name' => 'Mouser',
'description' => 'This provider uses the Mouser API to search for parts.',
'url' => 'https://www.mouser.com/',
'disabled_help' => 'Configure the API key in the provider settings to enable.'
'disabled_help' => 'Configure the API key in the provider settings to enable.',
'settings_class' => MouserSettings::class
];
}