contextualcode/ezplatform-preview-siteaccess-matcher-bundle

eZ Platform bundle which sets correct default siteaccess in admin preview.

Package info

gitlab.com/contextualcode/ezplatform-preview-siteaccess-matcher-bundle

Homepage

Issues

Type:ezplatform-bundle

pkg:composer/contextualcode/ezplatform-preview-siteaccess-matcher-bundle

Statistics

Installs: 6 562

Dependents: 0

Suggesters: 0

Stars: 0

v2.1 2020-11-30 15:51 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0-only 3bb9476b31c5c8e541108e5c37000e452a156201

  • Chris Moutsos <chris.woop@contextualcode.com>

previewezpublishezplatformsiteaccess

This package is not auto-updated.

Last update: 2026-06-23 23:27:58 UTC


README

eZ Platform 3.0 bundle which sets correct default siteaccess in admin preview.

Installation

  • Run composer require:
$ composer require contextualcode/ezplatform-preview-siteaccess-matcher-bundle
  • Enable this bundle in config/bundles.php by adding this line:
 return [
 ...,
 ContextualCode\EzPlatformPreviewSiteAccessMatcherBundle\ContextualCodeEzPlatformPreviewSiteAccessMatcherBundle::class => ['all' => true],
 ];

And then add this to the bottom of your app/config/routing.yml:

contextual_code_ezplatform_preview_siteaccess_matcher:
 resource: "@ContextualCodeEzPlatformPreviewSiteAccessMatcherBundle/Resources/config/routing.yml"