This website requires JavaScript.
Explore
Help
Sign in
dokuwiki
/
dokuwiki-plugin-childrenpages
Watch
1
Star
0
Fork
You've already forked dokuwiki-plugin-childrenpages
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b91a53b1a2
dokuwiki-plugin-childrenpages
/
conf
/
metadata.php
5 lines
95 B
PHP
Raw
Normal View
History
Unescape
Escape
Move list of namespaces used for children pages to a configurable array
2020-04-03 00:08:40 +00:00
<
?
php
$meta
[
'children_list'
]
=
[
'array'
];
A link to the current page can be shown This is configurable through the administration panel. Default is to not include a link to the current page.
2020-04-28 11:26:30 +00:00
$meta
[
'show_link_to_current_page'
]
=
[
'onoff'
];
Reference in a new issue
Copy permalink