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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.