Add settings for max tree depth and exclusion path.
Fixes T8
This commit is contained in:
parent
05ded3b757
commit
53b593400c
4 changed files with 21 additions and 2 deletions
3
lang/en/settings.php
Normal file
3
lang/en/settings.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
$lang['treedepth'] = 'The maximum depth the navigation tree will be rendered';
|
||||
$lang['exclusion_mask'] = 'Hide the pages matching this regexp';
|
Reference in a new issue