Jump to content

zigit-dev

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by zigit-dev

  1. The concept of this module is indeed based on that in Drupal. If you have any suggestions or functionality requests, please feel free to let me know.
  2. 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
  3. Overview The TextformatterTokens module allows other modules to register tokens and replace them with actual values. Installation Enable the TextformatterTokens module. Enable the SiteTokens module. 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.
×
×
  • Create New...