Add html tag to all files in xml/schema
[civicrm-core.git] / xml / schema / Core / CustomField.xml
index 8d49adce76d0981a4a27814cd56938edae50b43c..c1c8bf02c39a9655e130a6b763469338e99dabfb 100644 (file)
@@ -7,12 +7,16 @@
   <comment>Stores info about an extended (custom) property (data and form field info).</comment>
   <add>1.1</add>
   <log>true</log>
+  <labelField>label</labelField>
   <field>
     <name>id</name>
     <type>int unsigned</type>
     <title>Custom Field ID</title>
     <required>true</required>
     <comment>Unique Custom Field ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>1.1</add>
   </field>
   <primaryKey>
@@ -73,6 +77,7 @@
     <add>1.1</add>
     <html>
       <type>Select</type>
+      <label>Data Type</label>
     </html>
   </field>
   <field>
     <pseudoconstant>
       <callback>CRM_Core_SelectValues::customHtmlType</callback>
     </pseudoconstant>
+    <html>
+      <type>Select</type>
+      <label>Field Input Type</label>
+    </html>
     <add>1.1</add>
   </field>
   <field>
     <type>int unsigned</type>
     <title>Serialize</title>
     <length>255</length>
-    <comment>Serialization method - a non-null value indicates a multi-valued field.</comment>
+    <comment>Serialization method - a non-zero value indicates a multi-valued field.</comment>
     <pseudoconstant>
       <callback>CRM_Core_SelectValues::fieldSerialization</callback>
     </pseudoconstant>
     <add>5.27</add>
+    <required>true</required>
+    <default>0</default>
   </field>
   <field>
     <name>filter</name>