xref: /plugin/siteexport/conf/metadata.php (revision 6bbf409a65e862d09ffc5838b6a65f1eec952d1d)
1<?php
2
3$meta['allowallusers'] = array('onoff');
4$meta['depth']  = array('numeric');
5$meta['skipacl'] = array('onoff');
6$meta['zipfilename'] = array('string');
7$meta['exclude'] = array('string');
8$meta['max_execution_time'] = array('numeric');
9$meta['zipfilename'] = array('string');
10$meta['ignoreNon200'] = array('onoff');
11$meta['ignoreAJAXError'] = array('onoff');
12
13
14$meta['debugLevel']  = array('multichoice','_choices' => array('5','4','3','2','1'));
15$meta['debugFile'] = array('string');
16
17$meta['cachetime'] = array('numeric');
18
19$meta['PDFHeaderPagebreak'] = array('numeric');
20
21$meta['useOddEven'] = array('onoff');
22
23$meta['defaultAuthenticationUser'] = array('string');
24$meta['defaultAuthenticationPassword'] = array('password');
25
26//Setup VIM: ex: et ts=2 enc=utf-8 :
27