move configure directives to cybertools.composer.layout package
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2895 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
afc73703bc
commit
b19b24a197
1 changed files with 1 additions and 16 deletions
|
@ -3,21 +3,6 @@
|
||||||
<configure
|
<configure
|
||||||
xmlns:zope="http://namespaces.zope.org/zope"
|
xmlns:zope="http://namespaces.zope.org/zope"
|
||||||
xmlns:browser="http://namespaces.zope.org/browser"
|
xmlns:browser="http://namespaces.zope.org/browser"
|
||||||
i18n_domain="zope">
|
i18n_domain="loops">
|
||||||
|
|
||||||
<zope:utility
|
|
||||||
factory="cybertools.composer.layout.base.LayoutManager" />
|
|
||||||
|
|
||||||
<!-- layouts -->
|
|
||||||
|
|
||||||
<zope:utility
|
|
||||||
component="cybertools.composer.layout.browser.liquid.default.body"
|
|
||||||
provides="cybertools.composer.layout.interfaces.ILayout"
|
|
||||||
name="body.liquid" />
|
|
||||||
|
|
||||||
<zope:utility
|
|
||||||
component="cybertools.composer.layout.browser.default.footer"
|
|
||||||
provides="cybertools.composer.layout.interfaces.ILayout"
|
|
||||||
name="footer.default" />
|
|
||||||
|
|
||||||
</configure>
|
</configure>
|
||||||
|
|
Loading…
Add table
Reference in a new issue