Jump to content

TextformatterTokens Module


Recommended Posts

Overview
The TextformatterTokens module allows other modules to register tokens and replace them with actual values.

Installation

  1. Enable the TextformatterTokens module.
  2. Enable the SiteTokens module.
  3. Enable the TextformatterTokens text formatter for a field.

Usage
Use tokens provided by the SiteTokens module inside a field that has the TextformatterTokens text formatter enabled. Save and display your page. The tokens should be replaced with the actual content.

Example Tokens

  • [site:name]
  • [page id=123] where id is the ID of the page you want to embed its body field.

Debugging
You can view logs under your ProcessWire admin dashboard at Setup > Logs > tokens.

Writing own tokens
To create custom tokens, refer to the SiteTokens.module file for an example implementation.

  • Like 8
Link to comment
Share on other sites

16 hours ago, Jan Romero said:

Nice first post, welcome!

Thank you!

I have just published this module to Packagist. It can be obtained through Composer with the following command:

composer require zigit-dev/textformatter_tokens
  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

Interesting module. Historically, I have achieved a similar result by hijacking TextformatterHannaCode, but this looks like it might be a better way.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...