<?php
/**
 * Options for the doi plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */


$meta['isbnresolver'] = array('multichoice', '_choices' => array('GoogleBooks', 'OpenLibrary', 'IsbnDe'));

