loops/config/configure.zcml
helmutm e7b83a83ad options/config management basically working
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2521 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-12 14:00:36 +00:00

15 lines
435 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<zope:utility factory="loops.config.base.GlobalOptions" />
<zope:adapter factory="loops.config.base.LoopsOptions" trusted="True" />
<zope:class class="loops.config.base.LoopsOptions">
<allow interface="cybertools.meta.interfaces.IOptions" />
</zope:class>
</configure>