<?php

/**
 * Options for the fulldisplay plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */

$meta['pageSelector'] = array('string');
$meta['zoom'] = array('numeric', '_min' => 1, '_step' => 0.1);
$meta['refresh'] = array('numeric', '_min' => 0, '_step' => 1);
