[Zope3-checkins] CVS: Zope3/src/zope/app/schema - meta.zcml:1.4

Gary Poster gary@zope.com
Wed, 30 Jul 2003 15:08:50 -0400


Update of /cvs-repository/Zope3/src/zope/app/schema
In directory cvs.zope.org:/tmp/cvs-serv15016

Modified Files:
	meta.zcml 
Log Message:
Allow arbitrary attributes to vocabulary zcml.



=== Zope3/src/zope/app/schema/meta.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/schema/meta.zcml:1.3	Mon Jul 28 18:21:20 2003
+++ Zope3/src/zope/app/schema/meta.zcml	Wed Jul 30 15:08:43 2003
@@ -36,6 +36,13 @@
       </description>
     </attribute>
 
+    <attribute name="*" required="no">
+      <description>
+        Arbitrary keys and values are allowed to be passed to the vocabulary
+        source.
+      </description>
+    </attribute>
+
     <attribute name="filter" />
     <attribute name="another" />