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

@ -66,7 +66,8 @@ class Element14Provider implements InfoProviderInterface
'name' => 'Farnell element14',
'description' => 'This provider uses the Farnell element14 API to search for parts.',
'url' => 'https://www.element14.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' => Element14Settings::class,
];
}