xref: /plugin/siteexport/conf/metadata.php (revision c8022393a788336b3033a14a62c9bbad812c4521)
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['useOddEven'] = array('onoff');
20
21$meta['defaultAuthenticationUser'] = array('string');
22$meta['defaultAuthenticationPassword'] = array('password');
23
24//Setup VIM: ex: et ts=2 enc=utf-8 :
25