Skip to content
Snippets Groups Projects
Select Git revision
  • 8.x-1.0-beta2
  • 2.x default
  • 2.1.x
  • 8.x-1.x
  • 7.x-1.x
  • 6.x-1.x
  • 6.x-2.x
  • 5.x-1.x
  • 2.1.1
  • 2.2.1
  • 2.2.0
  • previous/3433144-create-test/2024-04-15
  • 2.1.0
  • 2.0.0
  • 2.0-rc1
  • 2.0.0-rc1
  • 2.x-rc1
  • 8.x-1.4
  • 8.x-1.3
  • 8.x-1.2
  • 8.x-1.1
  • 8.x-1.0
  • 8.x-1.0-beta1
  • 7.x-1.1
  • 7.x-1.0
  • 6.x-1.0
26 results

token_filter

  • Clone with SSH
  • Clone with HTTPS
  • Max Pogonowski's avatar
    Issue #2912947 by Martijn de Wit, colan, Darvanen: CKeditor Enabled Breaks Functionality
    Max Pogonowski authored
    e7ea8cba
    History
    Token Filter
    ============
    
    Description
    -----------
    
    This is a very simple module to make global token values available as an input
    filter. The module is integrated with Token [http://drupal.org/project/token]
    module.
    
    Usage
    -----
    
    Install the module as any other module. Visit the text format administration
    page at /admin/config/content/formats/filters and edit a text format. Check the
    'Replaces global tokens with their value' filter and save the text format.
    
    When editing a form where this text format is used in a field, you can type
    global tokens that will be replaced when the filed is rendered.
    
    Additionally, if the Token [http://drupal.org/project/token] module is enabled,
    the token browser is available. You can pick-up the desired token from the
    browser by clicking 'Browse available tokens'.
    
    Tokens typically available
    --------------------------
    
    Tokens in the next groups are available on a standard installation:
    
    - random
    - current-date
    - site
    - current-page
    - current-user