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