1ee19bac3SLuigi Micco<?php 2ee19bac3SLuigi Micco$meta['output'] = array('multichoice', '_choices' => array('browser', 'file')); 3*6ea88a05SAndreas Gohr$meta['pagesize'] = array('string'); 4*6ea88a05SAndreas Gohr$meta['orientation'] = array('multichoice', '_choices' => array('portrait', 'landscape')); 587c86ddaSAndreas Gohr$meta['usecache'] = array('onoff'); 6d01d2a42SAndreas Gohr$meta['template'] = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/'); 7ee19bac3SLuigi Micco$meta['maxbookmarks'] = array('numeric'); 8f54b51f7SAndreas Gohr$meta['usestyles'] = array('string'); 95a91534fSAndreas Gohr$meta['qrcodesize'] = array('string', '_pattern' => '/^(|\d+x\d+)$/'); 106be736bfSGerrit Uitslag$meta['showexportbutton'] = array('onoff'); 11