Node Token Filter
17 sites
No security coverage
This project provides a workaround for a Drupal core issue, allowing the node object to be used within token replacement filters. It also adds support for the Group module, enabling group-related tokens to be used in similar contexts.
Node token Filter is workaround for https://www.drupal.org/project/drupal/issues/3129577 issue, it is very simple filter which checks current route is node or not and adds node object to filter.
I have also added support for group module, if for example you used [group:name] it will get group object from route and assign to token replace functionality.
Note: when the issue with context in content blocks will be fixed, this module can be deleted.