Loop through a variables group in a template
Is there a way to loop through a group of variables in a template? Something like
{exp:low_variables:group group_id="1"}
{var_data} = {var_label}
{/exp:low_variables:group}
Is there a way to loop through a group of variables in a template? Something like
{exp:low_variables:group group_id="1"}
{var_data} = {var_label}
{/exp:low_variables:group}
Replies
Low 24 Jun 2013 09:53
Not natively. But you could use the Query module and query the low_variable_groups, low_variables and global_variables tables.