Display label within
I can't make Low Variables (2.5.0) display the variable label with the tag pair. My variable is a Grid field:
{exp:low_variables:pair var="wokinghc:whc_full_senior" multiple="yes"}
<table>
<tr>
<th>Membership Type</th>
<th>Full</th>
<th>Discount (if paid by 30/09/2014)</th>
</tr>
<tr>
<td>{whc_full_senior:label}</td>
<td>{whc_full_senior:full}</td>
<td>{whc_full_senior:discount}</td>
</tr>
</table>
{/exp:low_variables:pair}
Label just shows "{whc_full_senior:label}". I can use {exp:low_variables:label var="whc_full_senior"} within the tag pair, but this doesn't seem right?
Replies
Low 24 Jul 2014 16:20
I'm afraid the :label var is only available for native variable types. 3rd party var types handle the parsing of the tagdata themselves.
Nick 24 Jul 2014 16:22
Ok, thanks Low.