Developer
Supported
Expresso
ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5
Back to this add-on's main page
View Other Add-ons From PutYourLightsOn
Applying parameters to Low Variable using Expresso
Support (Resolved)
Seb
|
Posted: 23 March 2017 06:24 AM |
|
|
|
Hi,
I’m using Expresso in a Low Variable and I’d like to add some of Expresso’s parameters to the Low Variable, eg:
LV =
{join_preview_intro_txt}
With Expresso variables should be:
{join_preview_intro_txt strip_tags="true" allowable_tags="<a>"}
However this generates an unparsed Low Variable on the frontend. What am I doing wrong?
Running LV 2.6.1, Exp 3.4.8, EE 2.11.5
Thanks!
Seb
|
|
|
PutYourLightsOn
|
Posted: 23 March 2017 10:18 AM |
# 1
|
|
Developer
|
To apply parameters to fieldtypes in Low Variables, you need to use the parse tag. So in your case:
{exp:low_variables:parse var="join_preview_intro_txt" strip_tags="true" allowable_tags="<a>"}
|
|
|
Seb
|
Posted: 23 March 2017 11:53 AM |
# 2
|
|
|
Much obliged for reading the (F) manual for me.
S
|
|
|
|