xref: /plugin/siteexport/conf/metadata.php (revision cb1684019033e2eca229815df2aaac12e489da0f)
1<?php
2
3$meta['depth']  = array('numeric');
4$meta['skipacl'] = array('onoff');
5$meta['zipfilename'] = array('string');
6$meta['exclude'] = array('string');
7$meta['max_execution_time'] = array('numeric');
8$meta['zipfilename'] = array('string');
9$meta['ignoreNon200'] = array('onoff');
10
11$meta['debugLevel']  = array('multichoice','_choices' => array('5','4','3','2','1'));
12$meta['debugFile'] = array('string');
13
14$meta['cachetime'] = array('numeric');
15
16//Setup VIM: ex: et ts=2 enc=utf-8 :
17