1<?php 2/** 3 * Metadata for configuration manager plugin 4 * Additions for the indexmenu plugin 5 * 6 * @author Ilya Lebedev <ilya@lebedev.net> 7 */ 8$meta['hide_headpage'] = array('onoff'); 9$meta['skip_index'] = array('string'); 10$meta['empty_msg'] = array('string'); 11 12$meta['replace_idx'] = array('multichoice','_choices' => array('no','static','ajax')); 13$meta['replace_idx_depth'] = array('numeric'); 14$meta['replace_idx_theme'] = array('dirchoice' 15 ,'_dir' => DOKU_INC.'lib/plugins/indexmenu/templates/DokuWiki/' 16 ); 17 18//$meta['expand'] = array('onoff'); 19 20//Setup VIM: ex: et ts=2 enc=utf-8 : 21