'Misc', 'enabled' => true, 'image' => 'plugins/images/organizr/logo-no-border.png', 'category' => 'Custom', 'settings' => array( 'YouTube' => array( array( 'type' => 'input', 'name' => 'youtubeAPI', 'label' => 'Youtube API Key', 'value' => $this->config['youtubeAPI'], 'help' => 'Please make sure to input this API key as the organizr one gets limited' ), array( 'type' => 'html', 'override' => 6, 'label' => 'Instructions', 'html' => 'Click here for instructions' ), ) ) ); } }