[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content/configure.zcml Added "Content Types" vocabulary and registered "IContentType" as an

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun May 23 10:12:38 EDT 2004


Log message for revision 24903:
Added "Content Types" vocabulary and registered "IContentType" as an 
interface. 



-=-
Added: Zope3/trunk/src/zope/app/content/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/content/configure.zcml	2004-05-23 11:57:31 UTC (rev 24902)
+++ Zope3/trunk/src/zope/app/content/configure.zcml	2004-05-23 14:12:37 UTC (rev 24903)
@@ -0,0 +1,14 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope">
+
+  <interface
+      interface="zope.app.content.interfaces.IContentType" />
+
+  <vocabulary
+      name="Content Types"
+      factory="zope.app.utility.vocabulary.UtilityVocabulary"
+      interface="zope.app.content.interfaces.IContentType" />
+
+</configure>
+
+




More information about the Zope3-Checkins mailing list