xref: /plugin/dw2pdf/conf/metadata.php (revision 6ea88a05d080a9a9f6686e967ff0915b831ed25a)
1<?php
2$meta['output']           = array('multichoice', '_choices' => array('browser', 'file'));
3$meta['pagesize']         = array('string');
4$meta['orientation']      = array('multichoice', '_choices' => array('portrait', 'landscape'));
5$meta['usecache']         = array('onoff');
6$meta['template']         = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
7$meta['maxbookmarks']     = array('numeric');
8$meta['usestyles']        = array('string');
9$meta['qrcodesize']       = array('string', '_pattern' => '/^(|\d+x\d+)$/');
10$meta['showexportbutton'] = array('onoff');
11