1<?php
2/**
3 * Options for the wikistats plugin
4 *
5 * @author Chris4x4 <4x4.chris@gmail.com>
6 */
7
8$meta['stats_page']                = array('string');
9$meta['display_type']              = array(
10                                         'multichoice',
11                                         '_choices' => array('inline', 'ul', 'pagelist')
12                                     );
13$meta['display_ressources_stats']  = array('onoff');
14$meta['display_tags_stats']        = array('onoff');
15$meta['display_namespaces_stats']  = array('onoff');
16$meta['display_toc']               = array('onoff');
17