Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conf/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
$conf['order'] = 'id'; // order in which the pages are included in the case of multiple pages
$conf['rsort'] = 0; // reverse sort order
$conf['depth'] = 1; // maximum depth of namespace includes, 0 for unlimited depth
$conf['revision'] = 0; // show included pages with respect to revision
//Setup VIM: ex: et ts=2 :
1 change: 1 addition & 0 deletions conf/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
$meta['order'] = array('multichoice', '_choices' => array('id', 'title', 'created', 'modified', 'indexmenu', 'custom'));
$meta['rsort'] = array('onoff');
$meta['depth'] = array('numeric', '_min' => 0);
$meta['revision'] = array('onoff');
//Setup VIM: ex: et ts=2 :
Loading