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['usecache'] = array('onoff'); 6$meta['template'] = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/'); 7$meta['maxbookmarks'] = array('numeric'); 8$meta['usestyles'] = array('string'); 9$meta['qrcodesize'] = array('string', '_pattern' => '/^(|\d+x\d+)$/'); 10$meta['showexportbutton'] = array('onoff'); 11