Update of /var/cvs/applications/resources/config/builders/resources
In directory james.mmbase.org:/tmp/cvs-serv29736

Modified Files:
        flashobjects.xml 
Log Message:
some details


See also: 
http://cvs.mmbase.org/viewcvs/applications/resources/config/builders/resources


Index: flashobjects.xml
===================================================================
RCS file: 
/var/cvs/applications/resources/config/builders/resources/flashobjects.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- flashobjects.xml    19 Sep 2008 16:00:12 -0000      1.1
+++ flashobjects.xml    25 Sep 2008 16:16:26 -0000      1.2
@@ -93,7 +93,10 @@
         <guiname xml:lang="en">Width</guiname>
         <guiname xml:lang="nl">Breedte</guiname>
       </gui>
-      <datatype base="integer" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+      <datatype base="integer" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <default value="100" />
+        <minInclusive value="1" />
+      </datatype>
     </field>
 
     <field name="height">
@@ -105,19 +108,23 @@
         <guiname xml:lang="en">Height</guiname>
         <guiname xml:lang="nl">Hoogte</guiname>
       </gui>
-      <datatype base="integer" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+      <datatype base="integer" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <default value="100" />
+        <minInclusive value="1" />
+      </datatype>
     </field>
 
     <field name="mimetype" state="system">
       <descriptions>
-        <description xml:lang="en">Mimetype of the file, default: 
application/octet-stream</description>
-        <description xml:lang="nl">Mimetype van het bestand, standaard: 
application/octet-stream</description>
+        <description xml:lang="en">Mimetype of the file, default: 
application/x-shockwave-flash</description>
+        <description xml:lang="nl">Mimetype van het bestand, standaard: 
application/x-shockwave-flash</description>
       </descriptions>
       <gui>
         <guiname xml:lang="en">MimeType</guiname>
         <guiname xml:lang="nl">MimeType</guiname>
       </gui>
       <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes"; >
+        <default value="application/x-shockwave-flash" />
         <required value="true" enforce="never" />
         <maxLength value="32" />
       </datatype>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to