xref: /plugin/dw2pdf/conf/metadata.php (revision f54b51f7e976d8be0692e20fe9dd9352652b89bd)
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');
6*f54b51f7SAndreas Gohr$meta['usestyles']    = array('string');
7ee19bac3SLuigi Micco
8