The TextformatterTokens module allows other modules to register tokens and replace them with actual values.
- Enable the
TextformatterTokens
module. - Enable the
SiteTokens
module. - Enable the
TextformatterTokens
text formatter for a field.
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.
[site:name]
[page id=123]
whereid
is the ID of the page you want to embed its body field.
You can view logs under your ProcessWire admin dashboard at Setup > Logs > tokens
.
To create custom tokens, refer to the SiteTokens.module
file for an example implementation.