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