Completed weather and local time plugin
This commit is contained in:
@@ -19,6 +19,19 @@ class Plugin extends PluginBase
|
||||
];
|
||||
}
|
||||
|
||||
public function registerSettings()
|
||||
{
|
||||
return [
|
||||
'settings' => [
|
||||
'label' => 'Weather Plugin',
|
||||
'description' => 'Manage API keys and settings related to the weather plugin',
|
||||
'icon' => 'icon-cog',
|
||||
'class' => 'JasonWilliams\CalgaryConditions\Models\Settings',
|
||||
'order' => 500,
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
public function registerComponents()
|
||||
{
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user