Skip to content

{exp:stash:set_value}

Mark Croxton edited this page Jun 21, 2013 · 2 revisions

Works the same as {exp:stash:set}, except the value is passed as a parameter. This can be useful for when you need to use a plugin as a tag parameter (always use with parse="inward"). For example:

{exp:stash:set_value name="title" value="{exp:another:tag}" parse="inward"}

In this case {title} would be set to the parsed value of {exp:another:tag}

Parameters

Accepts the same parameters as {exp:stash:set}

Clone this wiki locally