1<?php
2
3/**
4 * Options for the fulldisplay plugin
5 *
6 * @author Andreas Gohr <dokuwiki@cosmocode.de>
7 */
8
9$meta['pageSelector'] = array('string');
10$meta['zoom'] = array('numeric', '_min' => 1, '_step' => 0.1);
11$meta['refresh'] = array('numeric', '_min' => 0, '_step' => 1);
12