xref: /plugin/dw2pdf/conf/metadata.php (revision b3e4b6826e2e987a3be2c095f2c9eedf41ff301e)
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['qrcodesize']   = array('string', '_pattern'=>'/^(|\d+x\d+)$/');
8$meta['showexportbutton'] = array('onoff');
9