1<?php 2 3/** 4 * Options for the renderrevisions plugin 5 * 6 * @author Andreas Gohr <dokuwiki@cosmocode.de> 7 */ 8 9$meta['maxfrequency'] = array('numeric', '_min' => 0); 10$meta['store'] = array('onoff'); 11$meta['skipRegex'] = array('string'); 12$meta['matchRegex'] = array('string'); 13$meta['debug'] = array('onoff'); 14