xref: /plugin/dw2pdf/conf/metadata.php (revision 87c86dda39eeb0ddea49546eaa31824c410f1821)
1<?php
2$meta['output'] = array('multichoice', '_choices' => array('browser', 'file'));
3$meta['usecache']       = array('onoff');
4
5$meta['footer_odd']     = array('string');
6$meta['footer_even']    = array('string');
7$meta['header_odd']     = array('string');
8$meta['header_even']    = array('string');
9
10$meta['maxbookmarks']   = array('numeric');
11
12$meta['addcitation']    = array("onoff");
13
14