1); } } /** * Implementation of hook_node_info(). */ function fyeo_lineup_node_info() { $items = array( 'fyeo_lineup' => array( 'name' => t('FYEO Lineup'), 'module' => 'features', 'description' => t('Weekly podcast'), 'has_title' => '1', 'title_label' => t('Title'), 'has_body' => '1', 'body_label' => t('Body'), 'min_word_count' => '0', 'help' => '', ), ); return $items; }