2009-05-13 16:54:06 +02:00
|
|
|
<configure xmlns="http://namespaces.zope.org/zope" i18n_domain="plone.app.discussion">
|
2009-05-11 18:52:16 +02:00
|
|
|
|
2009-05-13 16:54:06 +02:00
|
|
|
<include file="permissions.zcml" />
|
2009-05-13 17:20:02 +02:00
|
|
|
<include package=".browser" />
|
2009-05-13 16:54:06 +02:00
|
|
|
|
2009-05-13 17:20:02 +02:00
|
|
|
<!-- Comments -->
|
2009-05-13 16:54:06 +02:00
|
|
|
<class class=".comment.Comment">
|
2009-05-13 17:20:02 +02:00
|
|
|
<require interface=".interfaces.IComment" permission="zope2.View" />
|
2009-05-13 16:54:06 +02:00
|
|
|
<require attributes="Title Creator getId" permission="zope2.View" />
|
|
|
|
</class>
|
2009-05-13 17:20:02 +02:00
|
|
|
|
|
|
|
<utility object=".comment.CommentFactory" name="Discussion Item" />
|
|
|
|
|
|
|
|
<!-- Conversations -->
|
|
|
|
<class class=".conversation.Conversation">
|
|
|
|
<require interface=".interfaces.IConversation" permission="zope2.View" />
|
|
|
|
</class>
|
|
|
|
|
|
|
|
<adapter factory=".conversation.conversationAdapterFactory" />
|
2009-05-11 18:52:16 +02:00
|
|
|
|
|
|
|
</configure>
|