array( 'name' => t('Migrate example - dates'), 'base' => 'node_content', 'description' => t('This content type is used for demonstrating and testing migration into Date fields.'), 'has_title' => '1', 'title_label' => t('Title'), 'help' => '', ), ); return $items; }