Skip to content

Commit a88170f

Browse files
matthewjohns0nintoeetive
authored andcommitted
Added docs about variable modifiers in pro vars
1 parent bf9e3a1 commit a88170f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/add-ons/pro-variables/tags.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ In order to avoid conflicts with multiple instances of the Parse tag, both singl
101101

102102
In order to avoid conflicts with multiple instances of the Parse tag, both single and paired, you can use the alias `{exp:pro_variables:pair}` for tag pair use. It is identical to the Parse tag, but meant for tag pair use only.
103103

104+
You can also use [variable modifiers](templates/variable-modifiers.md) on pro variables when using them in a tag pair:
105+
106+
{exp:pro_variables:parse}
107+
Encrypted text var: {my_text:encrypt}
108+
{/exp:pro_variables:parse}
109+
104110
## Label tag
105111

106112
{exp:pro_variables:label var="my_var"}
@@ -167,4 +173,4 @@ The count out of the current option.
167173
{exp:pro_variables:options var="my_site:my_multi_var"}
168174
<option value="{my_multi_var:data}"{selected}>{my_multi_var:data_label}</option>
169175
{/exp:pro_variables:options}
170-
</select>
176+
</select>

0 commit comments

Comments
 (0)