provide adapter declarations for client and instance stuff
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1866 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
bf41e3afd4
commit
52cf72da7f
1 changed files with 13 additions and 0 deletions
13
composer/schema/configure.zcml
Normal file
13
composer/schema/configure.zcml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!-- $Id$ -->
|
||||
|
||||
<configure
|
||||
xmlns="http://namespaces.zope.org/zope"
|
||||
xmlns:browser="http://namespaces.zope.org/browser"
|
||||
i18n_domain="zope">
|
||||
|
||||
<adapter factory="cybertools.composer.schema.client.ClientFactory" />
|
||||
<adapter factory="cybertools.composer.schema.instance.ClientInstance" />
|
||||
<adapter factory="cybertools.composer.schema.instance.ClientInstanceEditor"
|
||||
name="editor" />
|
||||
|
||||
</configure>
|
Loading…
Add table
Reference in a new issue