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