Navigation Menu

Skip to content

Commit

Permalink
EZP-28868: Enabled eZ Platform Standard Design Bundle (#286)
Browse files Browse the repository at this point in the history
* EZP-28868: Enabled eZ Platform Standard Design Bundle

* [Behat] Disabled overriding kernel template paths by standard design

* Enabled overriding Kernel templates with @ezdesign
  • Loading branch information
alongosz authored and Łukasz Serwatka committed Jun 19, 2018
1 parent 3da007f commit 6bbb991
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Expand Up @@ -39,6 +39,7 @@ public function registerBundles()
new EzSystems\RepositoryFormsBundle\EzSystemsRepositoryFormsBundle(),
new EzSystems\EzPlatformSolrSearchEngineBundle\EzSystemsEzPlatformSolrSearchEngineBundle(),
new EzSystems\EzPlatformDesignEngineBundle\EzPlatformDesignEngineBundle(),
new EzSystems\EzPlatformStandardDesignBundle\EzPlatformStandardDesignBundle(),
new EzSystems\EzPlatformAdminUiBundle\EzPlatformAdminUiBundle(),
new EzSystems\EzPlatformAdminUiModulesBundle\EzPlatformAdminUiModulesBundle(),
new EzSystems\EzPlatformAdminUiAssetsBundle\EzPlatformAdminUiAssetsBundle(),
Expand Down
4 changes: 4 additions & 0 deletions app/config/ezplatform.yml
Expand Up @@ -59,3 +59,7 @@ ezpublish:
url_alias:
slug_converter:
transformation: 'urlalias_lowercase'

ez_platform_standard_design:
# makes Kernel default templates (in EzPublishCoreBundle/Resources/views) part of standard Design
override_kernel_templates: true
4 changes: 4 additions & 0 deletions app/config/ezplatform_behat.yml
Expand Up @@ -13,3 +13,7 @@ ezpublish:
ezdesign:
phpstorm:
enabled: false

ez_platform_standard_design:
# for pre eZ Design Engine tests use old template naming
override_kernel_templates: false
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -44,6 +44,7 @@
"ezsystems/ezplatform-admin-ui-modules": "^1.2@dev",
"ezsystems/ezplatform-admin-ui-assets": "^3.0@dev",
"ezsystems/ezplatform-design-engine": "^2.0@dev",
"ezsystems/ezplatform-standard-design": "^0.1@dev",
"ezsystems/ezplatform-cron": "^2.0@dev",
"knplabs/knp-menu-bundle": "^2.2.1",
"willdurand/js-translation-bundle": "^2.6.6",
Expand Down

0 comments on commit 6bbb991

Please sign in to comment.