cybertools/xedit/configure.zcml
helmutm 8a285b715d xedit External Editor: initial setup
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1149 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-03-28 10:42:32 +00:00

19 lines
490 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/browser"
xmlns:zope="http://namespaces.zope.org/zope"
i18n_domain="zope">
<pages for="loops.interfaces.IResource"
class=".browser.ExternalEditorView"
permission="zope.ManageContent">
<page name="external_edit" attribute="load" />
<page name="save" attribute="save" />
<page name="lock" attribute="lock" />
<page name="unlock" attribute="unlock" />
</pages>
</configure>