[Zope3-checkins] CVS: Zope3/src/zope/app/schema/browser -
configure.zcml:1.7
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Mar 21 19:52:46 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/schema/browser
In directory cvs.zope.org:/tmp/cvs-serv1221/src/zope/app/schema/browser
Modified Files:
configure.zcml
Log Message:
Added tool directive for local Tools UI.
=== Zope3/src/zope/app/schema/browser/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/schema/browser/configure.zcml:1.6 Wed Mar 17 13:24:27 2004
+++ Zope3/src/zope/app/schema/browser/configure.zcml Sun Mar 21 19:52:15 2004
@@ -2,6 +2,12 @@
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser">
+ <tool
+ interface="zope.app.schema.interfaces.ISchemaUtility"
+ title="Persistent, Local Schemas"
+ description="These are schemas that live in the ZODB and are modifiable."
+ />
+
<menu
id="add_schema_field"
title="Menu of Fields to be added to a schema."
More information about the Zope3-Checkins
mailing list