#set($childrens=$pageManager.getPage($content.id).getChildren())
#foreach($children in $childrens)
<a href="#">$children.title</a>
#end
using this, I get all child pages information in spacific space. When I click on page title I want to move that particular page. How can do this? Is there any property like $children.title to get url for specific page?
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.