1<?php
2/**
3 * Configuration-manager metadata for indexmenu plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author:     Samuele Tognini <samuele@netsons.org>
7 */
8$meta['only_admins']	        =	array('onoff');
9$meta['aclcache']		=	array('multichoice', '_choices' => array('none', 'user' ,'groups'));
10$meta['headpage']		=	array('multicheckbox', '_choices' => array(':start:', ':same:' ,':inside:'));
11$meta['hide_headpage']	        =	array('onoff');
12$meta['page_index']		=	array('string', '_pattern' => '#^[a-z:]*#');
13$meta['empty_msg']		=	array('string');
14$meta['skip_index']             =       array('string','_pattern' => '/^($|\/.*\/.*$)/');
15$meta['skip_file']              =       array('string','_pattern' => '/^($|\/.*\/.*$)/');
16$meta['show_sort']	        =	array('onoff');
17//$meta['themes_url']           =       array('string','_pattern' => '/^($|http:\/\/\S+$)/i');
18//$meta['be_repo']	        =	array('onoff');
19