Hello@All,

it would be very nice to have a Backend option to "disable token legend". I'm working on a bigger project with a lot of tokens. this causes backend pages with token legend (Add Field to content type ..) to be very slow (browser is at 100% cpu usage for 3 minutes even if javascript is disabled).

When i add a return to the first line of token_token_info_alter() the site is very fast again. We know our tokens and it would be very nice to be to hide them without this hack.
I Also thought about using a form alter hook to remove the legen, but this means that the token legend tree is still generated ...

My suggest: Add a boolean Variable "token_show_legend" to the drupal variable table and maintain its value with a checkbox in the backend. What do you think about it ? If you agree i can build it as "patch" and append it to the issue or create a pull-request.