You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
991 B

  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@samuele.netsons.org>
  7. */
  8. $meta['defaultoptions'] = array('string');
  9. $meta['only_admins'] = array('onoff','_caution' => 'warning');
  10. $meta['aclcache'] = array('multichoice', '_choices' => array('none', 'user', 'groups'));
  11. $meta['headpage'] = array('multicheckbox', '_choices' => array(':start:', ':same:', ':inside:'));
  12. $meta['hide_headpage'] = array('onoff');
  13. $meta['page_index'] = array('string', '_pattern' => '#^[a-z:]*#');
  14. $meta['empty_msg'] = array('string');
  15. $meta['skip_index'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/');
  16. $meta['skip_file'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/');
  17. $meta['show_sort'] = array('onoff');
  18. //$meta['themes_url'] = array('string','_pattern' => '/^($|http:\/\/\S+$)/i');
  19. //$meta['be_repo'] = array('onoff');