Skip to content
Snippets Groups Projects

Block Token

The Block Token module allows users to specify the blocks that will have the tokens generated for use within text formats using Token Filter module.

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Table of contents

  • Requirements
  • Installation
  • Configuration
  • Maintainers

Requirements

This module requires the following modules:

Installation

Install as you would normally install a contributed Drupal module. See: Installing Drupal Modules for further information.

Configuration

  1. Enable "Replace Tokens" filter for specific text formats available on Administration » Configuration » Content authoring » Text Formats.
  2. Edit the blocks: check the "Create the token for this block" checkbox for the block on edit screen.
  3. Put the token of enabled block. E.g. [block_token:system:navigation], to the content field formatted with the text format with token replacement.

Maintainers