Skip to content
Snippets Groups Projects
Commit 220c8709 authored by chris's avatar chris
Browse files

config plugin update - fix choices for 'maxtoclevel'

darcs-hash:20060223230053-9b6ab-5fa0fbee8f0a1cb792d7ee21ed97d94fce31cf17.gz
parent 389db369
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ $meta['phpok'] = array('onoff');
$meta['dformat'] = array('');
$meta['signature'] = array('');
$meta['toptoclevel'] = array('multichoice','_choices' => array(1,2,3,4,5)); // 5 toc levels
$meta['maxtoclevel'] = array('multichoice','_choices' => array(1,2,3,4,5));
$meta['maxtoclevel'] = array('multichoice','_choices' => array(0,1,2,3,4,5));
$meta['maxseclevel'] = array('multichoice','_choices' => array(0,1,2,3,4,5)); // 0 for no sec edit buttons
$meta['camelcase'] = array('onoff');
$meta['deaccent'] = array('onoff');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment