1ee19bac3SLuigi Micco<?php 2*852931daSAndreas Gohr 36ea88a05SAndreas Gohr$meta['pagesize'] = array('string'); 46ea88a05SAndreas Gohr$meta['orientation'] = array('multichoice', '_choices' => array('portrait', 'landscape')); 54870b378SLarsDW223$meta['font-size'] = array('numeric'); 6213fdb75SGerrit Uitslag$meta['doublesided'] = array('onoff'); 702f9a447SGerrit Uitslag$meta['toc'] = array('onoff'); 802f9a447SGerrit Uitslag$meta['toclevels'] = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/'); 99c76f78dSVincent GIRARD$meta['headernumber'] = array('onoff'); 1002f9a447SGerrit Uitslag$meta['maxbookmarks'] = array('numeric'); 11d01d2a42SAndreas Gohr$meta['template'] = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/'); 12dbd8d9a1SGerrit Uitslag$meta['output'] = array('multichoice', '_choices' => array('browser', 'file')); 13dbd8d9a1SGerrit Uitslag$meta['usecache'] = array('onoff'); 14f54b51f7SAndreas Gohr$meta['usestyles'] = array('string'); 15fb347f35SAndreas Gohr$meta['qrcodescale'] = array('string', '_pattern' => '/^(|\d+(\.\d+)?)$/'); 166be736bfSGerrit Uitslag$meta['showexportbutton'] = array('onoff'); 17