This allows to have the default preset for content dimensions change depending on the hostname of a site.
composer require flownative/neos-hostbaseddefaultpreset
After setting up your content dimensions as usual, configure the default presets per content dimension like this:
Flownative:
Neos:
HostBasedDefaultPreset:
dimensions:
'language':
defaultPresetByHost:
'acme.com': 'en'
'acme.de': 'de'
If you like, you can configure the package to set the uriSegment
for each default preset to an empty string:
Flownative:
Neos:
HostBasedDefaultPreset:
forceEmptyUriSegment: true
This way the default dimension value "disappears" from the URL. Make sure to set a segment for all values in the "real" dimension configuration, to be able to switch on all hosts without issues!
Development of this package has been sponsored by web&co OG, Vienna, Austria.