xref: /plugin/dw2pdf/conf/metadata.php (revision 02f9a447ac91ae961961e8bb8f6ca67bb3d2bcd5)
1ee19bac3SLuigi Micco<?php
2ee19bac3SLuigi Micco$meta['output']           = array('multichoice', '_choices' => array('browser', 'file'));
36ea88a05SAndreas Gohr$meta['pagesize']         = array('string');
46ea88a05SAndreas Gohr$meta['orientation']      = array('multichoice', '_choices' => array('portrait', 'landscape'));
5*02f9a447SGerrit Uitslag$meta['toc']              = array('onoff');
6*02f9a447SGerrit Uitslag$meta['toclevels']        = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
7*02f9a447SGerrit Uitslag$meta['maxbookmarks']     = array('numeric');
887c86ddaSAndreas Gohr$meta['usecache']         = array('onoff');
9d01d2a42SAndreas Gohr$meta['template']         = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
10f54b51f7SAndreas Gohr$meta['usestyles']        = array('string');
115a91534fSAndreas Gohr$meta['qrcodesize']       = array('string', '_pattern' => '/^(|\d+x\d+)$/');
126be736bfSGerrit Uitslag$meta['showexportbutton'] = array('onoff');
13