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