Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Dear Community,
I search an Macro that can output the child Pages by filtering on labels.
I have not yet found anything in forums. maybe an idea for a new function?
Greetings
Hi,
you simply can write a user macro in your global administration. here is the code
## @param label:title=label|type=string|required=true|desc=The label of the childpages <ul> #foreach( $child in $content.children ) #foreach( $childlabel in $child.labels ) #if($childlabel.name == $paramlabel ) <li><a href="$req.contextPath$child.urlPath">$child.title</a></li> #end #end #end </ul>
Greetings!
Please consider directing this feature request to https://jira.atlassian.com/ .
In doing so, you can vote for it and receive emails for status updates.
Cheers,
Jason | Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.