Using a code field with t okens, I could select from the list tokens like:

[list:1:node:title]

But these don't work, they should be like:

[node:title]

Comments

swentel’s picture

Status: Active » Closed (works as designed)

Those tokens are generated from the token UI module:

    $form['tokens']['help'] = array(
      '#theme' => 'token_tree',
      '#token_types' => 'all',
      '#global_types' => FALSE,
    );

So, there's not much I can do about that if it's providing the wrong ones.