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