Add html tag to all files in xml/schema
[civicrm-core.git] / xml / schema / Core / CustomField.xml
index 54cd5c5d7454d83984db19f60ff85a30cb354356..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>