xref: /plugin/dw2pdf/conf/metadata.php (revision 02f9a447ac91ae961961e8bb8f6ca67bb3d2bcd5)
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['toc']              = array('onoff');
6$meta['toclevels']        = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
7$meta['maxbookmarks']     = array('numeric');
8$meta['usecache']         = array('onoff');
9$meta['template']         = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
10$meta['usestyles']        = array('string');
11$meta['qrcodesize']       = array('string', '_pattern' => '/^(|\d+x\d+)$/');
12$meta['showexportbutton'] = array('onoff');
13