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