1<?php
2/**
3 * Options for the filelisting plugin
4 *
5 * @author Szymon Olewniczak <dokuwiki@cosmocode.de>
6 */
7
8
9$meta['defaulttoggle'] = array('onoff');
10$meta['remember_state_per_page'] = array('multichoice','_choices' => array('page','wiki'));
11