Can anyone tell me why this blockif gives me coding errors or if there is a help file for the condition editor?
If I use either part on its own then it works - its only when I add OR that it gives me the errors.
Code:
(<actinic:variable name="SectionLevel" /> == 2) or (<actinic:variable name="PageType" /> == "Search Results")
Comment