1<?php
2/**
3 * Options for the searchrevisions plugin
4 *
5 * @author Charles Knight <charles@rabidaudio.com>
6 */
7
8
9$meta['templatefile'] = array('string');
10$meta['silent']       = array('onoff');
11$meta['forcecreate']  = array('onoff', '_caution' => 'danger');