Skip to content

Commit

Permalink
EZP-30636: Enabled eZ Platform Core Bundle (ezsystems#463)
Browse files Browse the repository at this point in the history
EzPlatformCoreBundle, available via the `ezplatform-core` package, provides the `ezplatform` extension.
  • Loading branch information
alongosz authored Sep 30, 2019
1 parent bb0da49 commit e116dd4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FOS\HttpCacheBundle\FOSHttpCacheBundle::class => ['all' => true],
// eZ Platform
eZ\Bundle\EzPublishCoreBundle\EzPublishCoreBundle::class => ['all' => true],
EzSystems\EzPlatformCoreBundle\EzPlatformCoreBundle::class => ['all' => true],
eZ\Bundle\EzPublishLegacySearchEngineBundle\EzPublishLegacySearchEngineBundle::class => ['all' => true],
EzSystems\EzPlatformSolrSearchEngineBundle\EzSystemsEzPlatformSolrSearchEngineBundle::class => ['all' => true],
eZ\Bundle\EzPublishIOBundle\EzPublishIOBundle::class => ['all' => true],
Expand Down
2 changes: 1 addition & 1 deletion config/packages/behat/ezplatform.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Siteaccesses are first added in ../ezplatform.yaml.
# Only merge additional siteaccesses here.

ezpublish:
ezplatform:
siteaccess:
list:
- other_site
Expand Down
2 changes: 1 addition & 1 deletion config/packages/dfs/dfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ez_io:
connection: doctrine.dbal.dfs_connection

# set the application handlers
ezpublish:
ezplatform:
system:
default:
io:
Expand Down
2 changes: 1 addition & 1 deletion config/packages/ezplatform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parameters:

ezpublish_rest.csrf_token_intention: authenticate

ezpublish:
ezplatform:
# HttpCache settings, By default 'local' (Symfony HttpCache Proxy), by setting it to 'http' you can point it to Varnish
http_cache:
purge_type: '%purge_type%'
Expand Down
2 changes: 1 addition & 1 deletion config/packages/ezplatform_admin_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
# Admin siteaccess group name
admin_group_name: admin_group

ezpublish:
ezplatform:
siteaccess:
list: [admin]
groups:
Expand Down
2 changes: 1 addition & 1 deletion config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
security:
# https://symfony.com/doc/current/security.html#b-configuring-how-users-are-loaded
providers:
ezpublish:
ezplatform:
id: ezpublish.security.user_provider
#! in_memory:
#! memory: ~
Expand Down

0 comments on commit e116dd4

Please sign in to comment.