Token: replace¶
Available since: 2.0.0
Replace all tokens, using a recursive strategy.
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]"