'Misc', 'enabled' => true, 'image' => 'plugins/images/organizr/logo-no-border.png', 'category' => 'Custom', 'settingsArray' => __FUNCTION__ ]; if ($infoOnly) { return $homepageInformation; } $homepageSettings = [ 'debug' => true, 'settings' => [ 'YouTube' => [ $this->settingsOption('token', 'youtubeAPI', ['label' => 'Youtube API Key', 'help' => 'Please make sure to input this API key as the organizr one gets limited']), $this->settingsOption('html', null, ['override' => 6, 'label' => 'Instructions', 'html' => 'Click here for instructions']), ] ] ]; return array_merge($homepageInformation, $homepageSettings); } }