xwikisas / xwiki-pro-macros

XWiki rendering macros useful when migrating content from Confluence
GNU Lesser General Public License v2.1
3 stars 12 forks source link

Match the description of the first parameter in the children confluence bridge w.r.t. N+1 children #291

Closed raphj closed 2 months ago

raphj commented 2 months ago

confluence_children's first parameter behaves like documentTree's limit parameter:

In case there is only one child node remaining, the "more ..." link is replaced by that child node. This parameter is basically used to paginate the child nodes and thus helps the tree scale when the number of child nodes is large.

Make its description match this.