Confluence bridge for Children
Zuletzt geändert von xwikiadmin am 2025/01/07 12:38
Description
This is a Confluence bridge for the Children macro. It uses the document tree macro to display the children of a given page.
Only the page parameter is supported for now.
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"/}}