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