Update of /var/cvs/src/org/mmbase/framework/resources
In directory james.mmbase.org:/tmp/cvs-serv1086

Modified Files:
        component.xsd 
Log Message:
it is also possible to give a block a title nowadays, which is like name, but 
then i18n'd


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework/resources


Index: component.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/resources/component.xsd,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- component.xsd       22 Feb 2008 09:06:27 -0000      1.24
+++ component.xsd       21 Mar 2008 10:39:02 -0000      1.25
@@ -115,6 +115,7 @@
   <xsd:element name="block">
     <xsd:complexType>
       <xsd:sequence>
+        <xsd:element ref="title" minOccurs="0" maxOccurs="unbounded" />
         <xsd:element ref="description" minOccurs="0" maxOccurs="unbounded" />
         <xsd:element name="head"    type="RendererType"  minOccurs="0" 
maxOccurs="unbounded" />
         <xsd:element name="body"    type="RendererType"  minOccurs="0" 
maxOccurs="1" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to