'Calgary Conditions', 'description' => 'Provides local time and weather information for Calgary, AB, Canada', 'author' => 'Jason Williams', 'icon' => 'oc-icon-cloud' ]; } 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 [ '\JasonWilliams\CalgaryConditions\Components\CurrentInfo' => 'CurrentInfo' ]; } }