<?php
/**
 * Options for the wikistats plugin
 *
 * @author Chris4x4 <4x4.chris@gmail.com>
 */

$meta['stats_page']                = array('string');
$meta['display_type']              = array(
                                         'multichoice',
                                         '_choices' => array('inline', 'ul', 'pagelist')
                                     );
$meta['display_ressources_stats']  = array('onoff');
$meta['display_tags_stats']        = array('onoff');
$meta['display_namespaces_stats']  = array('onoff');
$meta['display_toc']               = array('onoff');
