flownative/neos-hostbaseddefaultpreset

Letzte Aktivität 11 Aug 2022 6 4 4026
composer require flownative/neos-hostbaseddefaultpreset

This allows to have the default preset for content dimensions change depending on the hostname of a site

0.0.8

Version
0.0.8
Type
neos-package
Release Date
Aug 11, 2022 10:29
Source
git
Distribution
zip
Requires
  • neos/neos: ^5.3 || ^7.0 || ^8.0 || dev-master
MIT dcce4b363dcc4b92235cf00e78ee99dabe11ce4f

MIT license Packagist Maintenance level: Friendship

Host-based Content Dimension Default Presets for Neos

This allows to have the default preset for content dimensions change depending on the hostname of a site.

Installation

composer require flownative/neos-hostbaseddefaultpreset

Configuration

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!

Credits

Development of this package has been sponsored by web&co OG, Vienna, Austria.

The content of the readme is provided by Github
The same vendor provides 44 package(s).