dokuwiki-plugin-childrenpages/conf/metadata.php
vv221 04af95e6f3 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 13:26:30 +02:00

4 lines
95 B
PHP

<?php
$meta['children_list'] = [ 'array' ];
$meta['show_link_to_current_page'] = [ 'onoff' ];