Home
last modified time | relevance | path

Searched +full:maxseclevel -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/conf/
H A Ddokuwiki.php47 $conf['maxseclevel'] = 3; //Up to which level create editable sections (max. 5)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php113 $meta['maxseclevel'] = ['multichoice', '_choices' => [0, 1, 2, 3, 4, 5]]; // 0 for no sec edit buttons
/dokuwiki/inc/parser/
H A Dxhtml.php241 $level <= $conf['maxseclevel'] &&
250 if ($level <= $conf['maxseclevel']) {