'Jet_Section_Document', 'file' => jet_theme_core()->plugin_path( 'includes/document-types/section.php' ), ); } /** * Library settings for current structure * * @return void */ public function library_settings() { return array( 'show_title' => false, 'show_keywords' => true, ); } } }