[z3-checkins] r9460 - z3/Five/branch/regebro-custom_widgets
regebro at codespeak.net
regebro at codespeak.net
Wed Feb 23 17:45:34 MET 2005
Author: regebro
Date: Wed Feb 23 17:45:34 2005
New Revision: 9460
Modified:
z3/Five/branch/regebro-custom_widgets/meta.zcml
Log:
Added the vocabulary directive
Modified: z3/Five/branch/regebro-custom_widgets/meta.zcml
==============================================================================
--- z3/Five/branch/regebro-custom_widgets/meta.zcml (original)
+++ z3/Five/branch/regebro-custom_widgets/meta.zcml Wed Feb 23 17:45:34 2005
@@ -81,6 +81,12 @@
</meta:complexDirective>
+ <meta:directive
+ name="vocabulary"
+ schema="zope.app.schema.metadirectives.IVocabularyDirective"
+ handler="zope.app.schema.metaconfigure.vocabulary"
+ />
+
</meta:directives>
<meta:directives namespace="http://namespaces.zope.org/browser">
More information about the z3-checkins
mailing list