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

@ -170,7 +170,8 @@ class OctopartProvider implements InfoProviderInterface
'name' => 'Octopart',
'description' => 'This provider uses the Nexar/Octopart API to search for parts on Octopart.',
'url' => 'https://www.octopart.com/',
'disabled_help' => 'Set the Client ID and Secret in provider settings.'
'disabled_help' => 'Set the Client ID and Secret in provider settings.',
'settings_class' => OctopartSettings::class
];
}