1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/indexmenu/conf/metadata.php
Daniel Baumann f339727d60
Adding indexmenu version 2024-01-05 (ed06f21).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:15 +01:00

21 lines
991 B
PHP

<?php
/**
* Configuration-manager metadata for indexmenu plugin
*
* @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author: Samuele Tognini <samuele@samuele.netsons.org>
*/
$meta['defaultoptions'] = array('string');
$meta['only_admins'] = array('onoff','_caution' => 'warning');
$meta['aclcache'] = array('multichoice', '_choices' => array('none', 'user', 'groups'));
$meta['headpage'] = array('multicheckbox', '_choices' => array(':start:', ':same:', ':inside:'));
$meta['hide_headpage'] = array('onoff');
$meta['page_index'] = array('string', '_pattern' => '#^[a-z:]*#');
$meta['empty_msg'] = array('string');
$meta['skip_index'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/');
$meta['skip_file'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/');
$meta['show_sort'] = array('onoff');
//$meta['themes_url'] = array('string','_pattern' => '/^($|http:\/\/\S+$)/i');
//$meta['be_repo'] = array('onoff');