Skip to content

Commit

Permalink
DEMO-102: Nova SEO bundle in Studio Demo Site
Browse files Browse the repository at this point in the history
  • Loading branch information
damianz5 committed May 25, 2017
1 parent aa1aad0 commit 743ec77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/AppKernel.php
Expand Up @@ -66,6 +66,7 @@ public function registerBundles()
new EzSystems\PersonalizedBlockBundle\EzSystemsPersonalizedBlockBundle(),
new Lolautruche\EzCoreExtraBundle\EzCoreExtraBundle(),
new Netgen\TagsBundle\NetgenTagsBundle(),
new Novactive\Bundle\eZSEOBundle\NovaeZSEOBundle(),
new AppBundle\AppBundle(),
);

Expand Down
4 changes: 4 additions & 0 deletions app/config/routing.yml
Expand Up @@ -67,3 +67,7 @@ _multiFileUpload:
resource: "@EzSystemsMultiFileUploadBundle/Resources/config/routing.yml"
prefix: "%ezpublish_rest.path_prefix%"

_novaezseoRoutes:
resource: "@NovaeZSEOBundle/Controller/"
type: annotation
prefix: /
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -61,7 +61,8 @@
"ezsystems/content-on-the-fly-prototype": "~0.1.7@dev",
"ezsystems/ezplatform-multi-file-upload": "^0.1.0@dev",
"willdurand/js-translation-bundle": "^2.6.4",
"netgen/tagsbundle": "^3.0"
"netgen/tagsbundle": "^3.0",
"novactive/ezseobundle": "^2.0"
},
"require-dev": {
"ezsystems/ezplatform-i18n": "^1.0@dev",
Expand Down

0 comments on commit 743ec77

Please sign in to comment.