<?php
/**
 * Options for the hidepages plugin
 *
 * @author Matthias Schulte <dokuwiki@lupo49.de>
 */

$meta['ignorepattern'] = array('onoff');
$meta['hidefromsearch'] = array('onoff');;
$meta['hidefromsitemap'] = array('onoff');;
