loops/stateful/configure.zcml
helmutm 9dec6887b6 work in progress: sub-elements, e.g. for annotations and state information, for export/import
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2477 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-28 12:42:47 +00:00

22 lines
725 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.stateful.base.SimplePublishable"
name="loops.simple_publishing" trusted="True" />
<zope:class class="loops.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>