We have a property that uses the obsolete Umbraco.ContentPickerAlias
On our development sites, that are also multiple site (each site has a URL set in the Cultures and Hostnames), the property returns a relative URL (eg: /home/) but on our test sites, the property is returning a full URL (eg: https://site1.com/home/)
We have code that assumes the URL will be relative (which I will remedy)
Is there a setting on the site/umbracoSettings.config that is causing this property behaviour?