Categorized Token Filter
This module improves the performance of the Token module by categorizing and filtering the available tokens instead of loading them all at once. This makes browsing tokens faster and more responsive, especially on sites with many entities.
Categorized Token Filter is a specialized extension for the Token module. It is suitable for projects with a large amount of entities, which typically leads to very long loading times for the token list after clicking the 'Browse available tokens' link. Instead of loading all tokens at once, this module uses a filtered approach to keep the interface fast and responsive.
Features
The filter list includes 'Global types', various Entity types, and an 'Other' category.
Post-Installation
Install this module like any other Drupal module. Once installed, a modal form containing the filter will be available.
Additional Requirements
This module extends the Token module.