Skip to content

Commit

Permalink
Merge pull request #14 from sdaoudi/master
Browse files Browse the repository at this point in the history
Fixed minor typo
  • Loading branch information
lolautruche committed Feb 18, 2015
2 parents e6e4ab1 + a565a86 commit 8f95bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function registerBundles()

# C) Clear your legacy caches

The CommentsBundle integrates into the legacy backoffice using the [LegacyBundles] feature. It integrates an ezcommentsbundle extension, automatically enabled, that adds a contextual comment tab to content in the backoffice. This tab will render the comments form, as configured with CommentsBundle, and allow moderation of comments, or posting of new ones (suppport depends on the active driver).
The CommentsBundle integrates into the legacy backoffice using the [LegacyBundles] feature. It integrates an ezcommentsbundle extension, automatically enabled, that adds a contextual comment tab to content in the backoffice. This tab will render the comments form, as configured with CommentsBundle, and allow moderation of comments, or posting of new ones (support depends on the active driver).

To enable this tab, make sure you clear the legacy cache after you have registered the bundles:
`php app/console ezpublish:legacy:script bin/php/ezcache.php --clear-all`
Expand Down

0 comments on commit 8f95bc7

Please sign in to comment.