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