1<?php 2/** 3 * DokuWiki Plugin tagfilter (Config Component) 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author lisps 7 */ 8 9$meta['fix_section_edit'] = array('onoff'); 10$meta['section_edit_range'] = array('numeric'); 11 12