2017 © Pedro Peláez
 

neos-package neos-hostbaseddefaultpreset

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

image

flownative/neos-hostbaseddefaultpreset

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

  • Wednesday, November 22, 2017
  • by flownative
  • Repository
  • 2 Watchers
  • 4 Stars
  • 916 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 30 % Grown

The README.md

MIT license Packagist Maintenance level: Friendship, (*1)

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., (*2)

Installation

composer require flownative/neos-hostbaseddefaultpreset, (*3)

Configuration

After setting up your content dimensions as usual, configure the default presets per content dimension like this:, (*4)

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:, (*5)

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!, (*6)

Credits

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

The Versions

22/11 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

22/11 2017

0.0.2

0.0.2.0

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

  Sources   Download

MIT

The Requires

 

21/11 2017

0.0.1

0.0.1.0

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

  Sources   Download

MIT

The Requires