xref: /plugin/dw2pdf/conf/metadata.php (revision eea1c90d7798e68e93156d445df399a3e77220eb)
1<?php
2$meta['output']       = array('multichoice', '_choices' => array('browser', 'file'));
3$meta['usecache']     = array('onoff');
4$meta['template']     = array('dirchoice', '_dir' => DOKU_PLUGIN.'dw2pdf/tpl/');
5$meta['maxbookmarks'] = array('numeric');
6$meta['usestyles']    = array('string');
7$meta['useqrcodes']   = array('onoff');
8$meta['qrcodesize']   = array('string');