2009-05-13 16:54:06 +02:00
|
|
|
<configure
|
|
|
|
xmlns="http://namespaces.zope.org/zope"
|
2015-11-05 00:26:49 +01:00
|
|
|
i18n_domain="plone">
|
2009-05-13 16:54:06 +02:00
|
|
|
|
|
|
|
<!-- custom permissions are defined here -->
|
|
|
|
|
2009-06-08 23:16:51 +02:00
|
|
|
<permission
|
|
|
|
id="plone.app.discussion.ReviewComments"
|
|
|
|
title="Review comments"
|
|
|
|
/>
|
|
|
|
|
2013-09-17 14:03:46 +02:00
|
|
|
<permission
|
|
|
|
id="plone.app.discussion.EditComments"
|
|
|
|
title="Edit comments"
|
|
|
|
/>
|
|
|
|
|
2012-05-07 13:02:07 +02:00
|
|
|
<permission
|
|
|
|
id="plone.app.discussion.DeleteOwnComments"
|
|
|
|
title="Delete own comments"
|
|
|
|
/>
|
|
|
|
|
2014-03-03 15:12:16 +01:00
|
|
|
<permission
|
|
|
|
id="plone.app.discussion.DeleteComments"
|
|
|
|
title="Delete comments"
|
|
|
|
/>
|
2013-09-17 14:03:46 +02:00
|
|
|
|
2009-05-13 16:54:06 +02:00
|
|
|
</configure>
|