
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2509 fd906abe-77d9-0310-91a1-e0d9ade77398
22 lines
743 B
XML
22 lines
743 B
XML
<!-- $Id$ -->
|
|
|
|
<configure
|
|
xmlns:zope="http://namespaces.zope.org/zope"
|
|
xmlns:browser="http://namespaces.zope.org/browser"
|
|
i18n_domain="loops">
|
|
|
|
<zope:utility
|
|
factory="cybertools.stateful.publishing.simplePublishingFactory"
|
|
name="loops.simple_publishing" />
|
|
|
|
<zope:adapter
|
|
factory="loops.organize.stateful.base.SimplePublishable"
|
|
name="loops.simple_publishing" trusted="True" />
|
|
<zope:class class="loops.organize.stateful.base.SimplePublishable">
|
|
<require permission="zope.View"
|
|
interface="cybertools.stateful.interfaces.IStateful" />
|
|
<require permission="zope.ManageContent"
|
|
set_schema="cybertools.stateful.interfaces.IStateful" />
|
|
</zope:class>
|
|
|
|
</configure>
|