Can I use variables in a textarea or Wygwam.
I am looking to use variable in a text entry for a multilingual site urls.
So for example I want to be able to have http://www.url.com/link/{variable-lang}/
My variable would then change according to site language.
eg http://www.url.com/link/en/
http://www.url.com/link/es/
..etc/
Equally if {last_segment} use in text entry would work for me.
Is this extension capable or resolving this issue?
Replies
Low 17 Jul 2013 14:28
Not sure about Wygwam (I think it converts curly brackets to their html-entities), but doable with a textarea variable, as long as the variable is a Low Variable or a late parsed native variable. {last_segment} is a native early parsed variable, and will remain as is.