Mo's variable get and parsing problem with Low Variables
Hi Low,
A Low Variables contains {get:your_key} from Mo's Variables, but it's not parsed. It returns a blank result.
{embed="estrutura/.modelo2"}
{exp:stash:set name='conteudo_principal'}
{exp:low_variables:parse var="lv_estrutura_vinhos" preparse:segment_2="{segment_2}"}
{/exp:stash:set}
Does the parsed parameter are wrong?
Replies
Low 7 Apr 2014 07:07
The vars made available by Mo' Variables are early parsed vars, just like segment vars. And because you're using the tag syntax to parse the LV, the parsing stage for early parsed vars has already been.
So you'll have to try and use preparse: for that one, too.
Stéphane Cabaret 7 Apr 2014 19:26
Thanks Low, it's working fine.
I understand better the preparse usage.
Have a good week!