Here is what should theoretically work:
[aet:node:[view:url:args:value:1]:title]

The inner token is returning the correct value but the outer one is not, so the output currently is:
[aet:node:42:title]

Comments

Eyal Shalev’s picture

That's a really good idea.
Can you start working on it yourself?
I won't be able to make time for it until October.

olofbokedal’s picture

Status: Active » Closed (works as designed)

Nested tokens aren't supported by the core token_replace() function, which is the main problem.

I've created an issue for this, #2082269: Add support for nested tokens.