Hi, I am working with satisfaction with CB substitution. One thing I cannot manage is IF conditions on site configuration in CB field.
While
Code:
Lang tag=[cb:config param="lang_tag" /]
displays correctly "en-GB",
the following
Code:
[cb:if lang_tag="en-GB"]Field in English[/cb:if]
does not work. I know I could use a workaround with _UE strings substituions in language files, but I am looking to use IF conditions. Does IF condition support testing on config value?
Thanks
Giuse