Set the max depth to 3.
Refts T7
This commit is contained in:
parent
67d1c2dc65
commit
5ce9b253f5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ require_once dirname (__FILE__) . DIRECTORY_SEPARATOR . 'objectrepresentation' .
|
||||||
class syntax_plugin_navigation extends DokuWiki_Syntax_Plugin {
|
class syntax_plugin_navigation extends DokuWiki_Syntax_Plugin {
|
||||||
|
|
||||||
// TODO add a config option for this
|
// TODO add a config option for this
|
||||||
private $maxDepth = 2;
|
private $maxDepth = 3;
|
||||||
private $depth = 0;
|
private $depth = 0;
|
||||||
|
|
||||||
function getInfo () {
|
function getInfo () {
|
||||||
|
|
Reference in a new issue