Hi there,
I don't seem to be able to specify self using the pathing syntax, eg.
Output: meAgain: {href: '.'}
Nor can I specify parent without a trailing slash:
links: {
myParent: '..',
myParentSlash: '../'
}
Output: myParent: {href: '..'}, myParentSlash: {href: '/the/parent/'}
Not the end of the world, can work around programmatically but this was what I tried first...