1877ef88aSAndreas Gohr<?php 2877ef88aSAndreas Gohr 3877ef88aSAndreas Gohr/** 4877ef88aSAndreas Gohr * Options for the renderrevisions plugin 5877ef88aSAndreas Gohr * 6877ef88aSAndreas Gohr * @author Andreas Gohr <dokuwiki@cosmocode.de> 7877ef88aSAndreas Gohr */ 8877ef88aSAndreas Gohr 9877ef88aSAndreas Gohr$meta['maxfrequency'] = array('numeric', '_min' => 0); 10*ab3c4129SAndreas Gohr$meta['store'] = array('onoff'); 1179b90ba0SAndreas Gohr$meta['skipRegex'] = array('string'); 1279b90ba0SAndreas Gohr$meta['matchRegex'] = array('string'); 13