Can context setting values reference other values from the same context?

I’m using XRouting to map contexts to subfolders on a site. I’d like to set the value of site_url in the context settings to https://domain.com[[++base_url]] so that I can set all site_url values to the same thing. But this seems to reference the system setting rather than context setting. Is there a way to reference one context setting value from the value of another setting in the same context?

You can use context settings surrounded by { }

I.e. {url_scheme}{http_host}{base_url}{cultureKey}

1 Like

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.