When displaying tokens to end users, api should not add global tokens by default without ability for other module developers to disable them.
Attached patch takes one approach to include global tokens within the 'all' token $type.
| Comment | File | Size | Author |
|---|---|---|---|
| token_0.patch | 1.73 KB | v1nce |
Comments
Comment #1
avpadernoIf it is going to be implemented for global tokens, then it could be implemented for the other tokens as well.
Comment #2
dave reidUse theme('token_tree', array('node'), FALSE, TRUE) with the latest 6.x-1.x code. This will not get fixed for 5.x-1.x.
Comment #3
dave reid