ezplatform-preview-siteaccess-matcher-bundle

UNIX name Owner Status
ezplatform-preview-siteaccess-matcher-bundle Contextual Code stable
Version Compatible with
N/A N/A
eZ Platform bundle which sets the correct default siteaccess in admin preview.

eZ Platform 3.0 Preview SiteAccess Matcher Bundle

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"

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.