[current-page:title] works great but cant seem to be able to use fields

[node:field_NAME] works perfectly but the problem comes in when trying to use it in a block.

Any suggestions would be greatly appreciated

Comments

Dave Reid’s picture

Status: Active » Closed (duplicate)

[current-page:title] isn't actually a node field, it's getting it's value from drupal_get_title() which doesn't require any kind of node context.

This is a duplicate of #919760: Add a [current-page:object:?] dynamic token