xref: /plugin/doi/conf/metadata.php (revision 17101be411563598a3f2f83cf104a5211ddaee03)
1307c6980SAndreas Gohr<?php
2307c6980SAndreas Gohr/**
3307c6980SAndreas Gohr * Options for the doi plugin
4307c6980SAndreas Gohr *
5307c6980SAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
6307c6980SAndreas Gohr */
7307c6980SAndreas Gohr
8307c6980SAndreas Gohr$meta['isbnresolver'] = array('multichoice', '_choices' => array('GoogleBooks', 'OpenLibrary', 'IsbnDe'));
9*17101be4SAndreas Gohr$meta['cover'] = array('onoff');
10