<?php
/**
 * Options for the searchrevisions plugin
 *
 * @author Charles Knight <charles@rabidaudio.com>
 */


$meta['templatefile'] = array('string');
$meta['silent']       = array('onoff');
$meta['forcecreate']  = array('onoff', '_caution' => 'danger');