|
Revision 1153
(checked in by deo, 2 months ago)
|
Reindented.
|
| Line | |
|---|
| 1 |
<configure |
|---|
| 2 |
xmlns="http://namespaces.zope.org/zope" |
|---|
| 3 |
xmlns:browser="http://namespaces.zope.org/browser"> |
|---|
| 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> |
|---|