Hello,
I’ve seen that on this forum @alexander mentions that it is possible to have conditions based on URL segments. Unfortunately, I just can’t seem to get it to work. Here is what I’m looking for:
When a URL has hire in the path, I want it to show this section. If it has online-sales in the URL path then I want to show this other section.
Here are the condition expressions I’ve been trying but with no luck:
{{dc:url:segment}} is hire
{{dc:url:segment}} in hire
hire in {{dc:url:segment}}
and a few more as well…
Am i doing something wrong here? Can you give me a bit of guidance on this?