xref: /plugin/dw2pdf/conf/metadata.php (revision ee19bac3a9e18c4e82bade46c04f87d8eefafb3c)
1<?php
2
3//check if we are running within the DokuWiki environment
4if (!defined("DOKU_INC")){
5    die();
6}
7
8$meta['output'] = array('multichoice', '_choices' => array('browser', 'file'));
9
10$meta['norender']    = array('string');
11
12$meta['footer_odd']     = array('string');
13$meta['footer_even']    = array('string');
14$meta['header_odd']     = array('string');
15$meta['header_even']    = array('string');
16
17$meta['maxbookmarks']   = array('numeric');
18
19$meta['addcitation']    = array("onoff");
20$meta['loadusercss']    = array("onoff");
21
22
23