Closed (won't fix)
Project:
Token
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2007 at 16:14 UTC
Updated:
26 Mar 2010 at 01:24 UTC
Tokens should be grouped together into certain categories like "url-safe" and "user-specific" so that modules which consume tokens can filter out which tokens to use.
Possible implementation:
$tokens['token'] = array('group' => blah, 'description' => blah', 'url-safe' => TRUE, 'plain-text' => TRUE')
or something like that...
Comments
Comment #1
dave reidI think this is probably a won't fix after almost three years. :) We do now have the tree browser in D6 and D7.
Comment #2
gregglesThis is more about how they are used, but yes it was more or less handled in the "token in core" issue.
I still think this has merit but am not motivated to work on it.