xref: /plugin/dw2pdf/conf/metadata.php (revision fb347f35dc824cf59875d883dbf86d311f54de06)
1<?php
2$meta['pagesize']         = array('string');
3$meta['orientation']      = array('multichoice', '_choices' => array('portrait', 'landscape'));
4$meta['font-size']        = array('numeric');
5$meta['doublesided']      = array('onoff');
6$meta['toc']              = array('onoff');
7$meta['toclevels']        = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
8$meta['headernumber']     = array('onoff');
9$meta['maxbookmarks']     = array('numeric');
10$meta['template']         = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
11$meta['output']           = array('multichoice', '_choices' => array('browser', 'file'));
12$meta['usecache']         = array('onoff');
13$meta['usestyles']        = array('string');
14$meta['qrcodescale']       = array('string', '_pattern' => '/^(|\d+(\.\d+)?)$/');
15$meta['showexportbutton'] = array('onoff');
16
17