1<?php 2/** 3 * Options for the hidepages plugin 4 * 5 * @author Matthias Schulte <dokuwiki@lupo49.de> 6 */ 7 8$meta['ignorepattern'] = array('onoff'); 9$meta['hidefromsearch'] = array('onoff');; 10$meta['hidefromsitemap'] = array('onoff');; 11