root/qPloneComments/tags/3.0.2/overrides.zcml

Revision 1018 (checked in by chervol, 1 year ago)

initial import of plone3 compatible branch

Line 
1 <configure xmlns="http://namespaces.zope.org/zope"
2            xmlns:browser="http://namespaces.zope.org/browser"
3            xmlns:five="http://namespaces.zope.org/five">
4
5        <browser:viewlet
6            name="plone.comments"
7            for="Products.CMFCore.interfaces.IContentish"
8            manager="plone.app.layout.viewlets.interfaces.IBelowContent"
9            view="plone.app.layout.globals.interfaces.IViewView"
10            class=".browser.comments.CommentsViewlet"
11            layer=".interfaces.IPloneCommentsLayer"
12            permission="zope2.View"
13            />
14
15 </configure>
Note: See TracBrowser for help on using the browser.