contextualcode/ezplatform-preview-siteaccess-matcher-bundle
eZ Platform bundle which sets correct default siteaccess in admin preview.
Maintainers
Package info
gitlab.com/contextualcode/ezplatform-preview-siteaccess-matcher-bundle
Type:ezplatform-bundle
pkg:composer/contextualcode/ezplatform-preview-siteaccess-matcher-bundle
v2.1
2020-11-30 15:51 UTC
Requires
- ezsystems/ezplatform-kernel: ^1.0
- symfony/flex: ^1.6.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0-only 3bb9476b31c5c8e541108e5c37000e452a156201
- Chris Moutsos <chris.woop@contextualcode.com>
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.phpby 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"
