Children
Last modified by Frank Fock on 2024/05/23 17:17
The Children Pages macro is a bridge between Confluence and XWiki. It uses the document tree macro to display the children of a given page.
Only the page parameter of the associated confluence macro is supported at the moment.
Parameters
Parameter | Description | Required | Default |
---|---|---|---|
page | The reference of a document | No | |
first | The number of children that will be displayed initially | No |
Example Usage
Display the children of the current page
{{confluence_children/}}
Display the first 10 children of a custom page
{{confluence_children page="Main.WebHome" first="10"/}}