I’m trying to list a page’s ancestors from top level down, but adding reverse=true to the Loop doesn’t seem to change the order. Am I not understanding the documentation correctly?
<Loop field=ancestors reverse=true>
<If first>Ancestors: <Else /> │ </If><a href="{Field url}"><Field title /></a>
</Loop>