xref: /plugin/dw2pdf/conf/metadata.php (revision 5a91534f19a99fe8321f5041be58fcd198243f81)
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