xref: /plugin/siteexport/conf/metadata.php (revision 5321bc234014284312fcc2091d75dcaf04c91e81)
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
12$meta['debugLevel']  = array('multichoice','_choices' => array('5','4','3','2','1'));
13$meta['debugFile'] = array('string');
14
15$meta['cachetime'] = array('numeric');
16
17
18//Setup VIM: ex: et ts=2 enc=utf-8 :
19