Is is possible to access Low Variables from another site under MSM?
                    I tried something like this, with no luck. Is this possible? 
 {exp:low_variables:parse var="google_analytics" site="default_site"}   
 Thanks!
                
                    I tried something like this, with no luck. Is this possible? 
 {exp:low_variables:parse var="google_analytics" site="default_site"}   
 Thanks!
                
Replies
Low 5 Feb 2013 19:37
Use this syntax:
{exp:low_variables:parse var="default_site:google_analytics"}MatthewFordham 5 Feb 2013 19:39
Perfect, thanks Low!