xref: /plugin/renderrevisions/conf/metadata.php (revision 79b90ba0487bede6a050661ca6a997df7005154f)
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*79b90ba0SAndreas Gohr$meta['skipRegex'] = array('string');
11*79b90ba0SAndreas Gohr$meta['matchRegex'] = array('string');
12