Skip to content

Token: set value

Available since: 1.1.0

Define a locally available token by a specific name and value.

Fields

Name of token

Provide the name of a token where the value should be stored. Please provide the token name only, without brackets.

Value of the token

The value of the token.
This field supports tokens.

Interpret above value as YAML format

Nested data can be set using YAML format, for example mykey: "My value". When using this format, this option needs to be enabled. When using tokens and YAML altogether, make sure that tokens are wrapped as a string. Example: title: "[node:title]"