xref: /plugin/dw2pdf/conf/metadata.php (revision 6be736bf1febe92502fa79f98c4f8f983a97fbc8)
1ee19bac3SLuigi Micco<?php
2ee19bac3SLuigi Micco$meta['output']       = array('multichoice', '_choices' => array('browser', 'file'));
387c86ddaSAndreas Gohr$meta['usecache']     = array('onoff');
4d01d2a42SAndreas Gohr$meta['template']     = array('dirchoice', '_dir' => DOKU_PLUGIN.'dw2pdf/tpl/');
5ee19bac3SLuigi Micco$meta['maxbookmarks'] = array('numeric');
6f54b51f7SAndreas Gohr$meta['usestyles']    = array('string');
75a91534fSAndreas Gohr$meta['qrcodesize']   = array('string', '_pattern'=>'/^(|\d+x\d+)$/');
8*6be736bfSGerrit Uitslag$meta['showexportbutton'] = array('onoff');
9