xref: /plugin/dw2pdf/conf/metadata.php (revision 5a91534f19a99fe8321f5041be58fcd198243f81)
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');
7*5a91534fSAndreas Gohr$meta['qrcodesize']   = array('string', '_pattern'=>'/^(|\d+x\d+)$/');
8