Gizra / biblio

Biblio 3.x module for Drupal 7
23 stars 6 forks source link

Make export settings more robust #134

Open amitaibu opened 10 years ago

amitaibu commented 10 years ago

Currently the plugin simply holds 'export extension' => 'bib' however this won't work for plugins with multiple classes such as Endnote.

EndNote should be exportable using the BiblioStyleEndNoteTagged and BiblioStyleEndNoteXML8

See \BiblioStyleEndNote::render() how we select the correct class to be used.