projects / org / contextualcode / ezplatform-preview-siteacce...
Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| ezplatform-preview-siteaccess-matcher-bundle | Contextual Code | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
eZ Platform 3.0 bundle which sets correct default siteaccess in admin preview.
$ composer require contextualcode/ezplatform-preview-siteaccess-matcher-bundle
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"