<?php
/**
 * DokuWiki Plugin ajaxedit (Config Component) 
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  lisps    
 */
 
$conf['fix_section_edit'] = 1; 
$conf['section_edit_range'] = 10;


