You are here

function page_title_node_import_fields in Node import 5

Implementation of hook_node_import_fields().

File

supported/page_title.inc, line 11
Support file for the page_title module.

Code

function page_title_node_import_fields($type) {
  return array(
    'page_title' => t('Page title'),
  );
}