You are here

README.txt in Block Token 8

Same filename and directory in other branches
  1. 7 README.txt
INTRODUCTION
------------

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.


REQUIREMENTS
------------

This module requires the following modules:

 * Token (https://drupal.org/project/token)
 * Token Filter (https://drupal.org/project/token_filter)

INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-8
   for further information.

CONFIGURATION
-------------

 * Enable "Replace Tokens" filter for specific text formats available on
   Administration » Configuration » Content authoring » Text Formats

 * Edit the blocks: check the "Create the token for this block" checkbox
   for the block on edit screen.

 * Put the token of enabled block.
   E.g. [block_token:system:navigation], to the content field
   formatted with the text format with token replacement.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. The Block Token module allows users to specify the blocks
  4. that will have the tokens generated for use
  5. within text formats using Token Filter module.
  6. REQUIREMENTS
  7. ------------
  8. This module requires the following modules:
  9. * Token (https://drupal.org/project/token)
  10. * Token Filter (https://drupal.org/project/token_filter)
  11. INSTALLATION
  12. ------------
  13. * Install as you would normally install a contributed Drupal module. See:
  14. https://drupal.org/documentation/install/modules-themes/modules-8
  15. for further information.
  16. CONFIGURATION
  17. -------------
  18. * Enable "Replace Tokens" filter for specific text formats available on
  19. Administration » Configuration » Content authoring » Text Formats
  20. * Edit the blocks: check the "Create the token for this block" checkbox
  21. for the block on edit screen.
  22. * Put the token of enabled block.
  23. E.g. [block_token:system:navigation], to the content field
  24. formatted with the text format with token replacement.