[Checkins] SVN: z3c.form/branches/fieldsandcontentproviders/src/z3c/form/configure.zcml declare our widgets manager

Jean-Francois Roche jfroche at jfroche.be
Thu May 20 10:39:29 EDT 2010


Log message for revision 112577:
  declare our widgets manager

Changed:
  U   z3c.form/branches/fieldsandcontentproviders/src/z3c/form/configure.zcml

-=-
Modified: z3c.form/branches/fieldsandcontentproviders/src/z3c/form/configure.zcml
===================================================================
--- z3c.form/branches/fieldsandcontentproviders/src/z3c/form/configure.zcml	2010-05-20 14:00:51 UTC (rev 112576)
+++ z3c.form/branches/fieldsandcontentproviders/src/z3c/form/configure.zcml	2010-05-20 14:39:28 UTC (rev 112577)
@@ -30,6 +30,10 @@
       factory=".field.FieldWidgets"
       />
 
+  <adapter
+      factory=".contentprovider.FieldWidgetsAndProviders"
+      />
+
   <!-- Data Converters -->
   <adapter
       factory=".converter.FieldDataConverter"



More information about the checkins mailing list