Completed weather and local time plugin

This commit is contained in:
JayWll
2020-05-16 14:49:59 -06:00
parent 8aeceee0eb
commit 48a9226a81
8 changed files with 68 additions and 5 deletions

View File

@@ -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 [