You are here

function biblio_xml_biblio_mapper_options in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/endnote/biblio_xml.module \biblio_xml_biblio_mapper_options()
  2. 7.2 modules/endnote/biblio_xml.module \biblio_xml_biblio_mapper_options()

File

modules/endnote/biblio_xml.module, line 29

Code

function biblio_xml_biblio_mapper_options() {
  return array(
    'endnote7' => array(
      'title' => t('EndNote 7 XML'),
      'export' => TRUE,
    ),
    'endnote8' => array(
      'title' => t('EndNote X3 XML'),
      'export' => TRUE,
    ),
  );
}