CRM-17663 - Cruft removal
[civicrm-core.git] / xml / schema / Core / UFField.xml
index ae7fec50bf71380684a94ebcd617cd079cf63d48..55eb156e605c45957e22118054a1a0574e036976 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Profile Field ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique table ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>uf_group_id</name>
+    <title>Profile ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Which form does this field belong to.</comment>
@@ -42,6 +44,7 @@
   </foreignKey>
   <field>
     <name>field_name</name>
+    <title>Profile Field Name</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -50,6 +53,7 @@
   </field>
   <field>
     <name>is_active</name>
+    <title>Profile Field Is Active</title>
     <type>boolean</type>
     <default>1</default>
     <comment>Is this field currently shareable? If false, hide the field for all sharing contexts.</comment>
@@ -57,6 +61,7 @@
   </field>
   <field>
     <name>is_view</name>
+    <title>Profile Is View Only</title>
     <type>boolean</type>
     <default>0</default>
     <comment>the field is view only and not editable in user forms.</comment>
@@ -64,6 +69,7 @@
   </field>
   <field>
     <name>is_required</name>
+    <title>Profile Field Is Required</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this field required when included in a user or registration form?</comment>
@@ -71,6 +77,7 @@
   </field>
   <field>
     <name>weight</name>
+    <title>Order</title>
     <type>int</type>
     <required>true</required>
     <default>1</default>
@@ -79,6 +86,7 @@
   </field>
   <field>
     <name>help_post</name>
+    <title>Profile Field Post Help</title>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Description and/or help text to display after this field.</comment>
@@ -86,6 +94,7 @@
   </field>
   <field>
     <name>help_pre</name>
+    <title>Profile Field Pre Help</title>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Description and/or help text to display before this field.</comment>
   </field>
   <field>
     <name>visibility</name>
+    <title>Profile Field Visibility</title>
     <type>varchar</type>
     <length>32</length>
     <default>'User and User Admin Only'</default>
   </field>
   <field>
     <name>in_selector</name>
+    <title>Profile Field Is a Filter</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this field included as a column in the selector table?</comment>
   </field>
   <field>
     <name>is_searchable</name>
+    <title>Profile Field Is Searchable</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this field included search form of profile?</comment>
   </field>
   <field>
     <name>location_type_id</name>
+    <title>Profile Field Location Type</title>
     <type>int unsigned</type>
     <comment>Location type of this mapping, if required</comment>
     <add>1.3</add>
   </field>
   <field>
     <name>phone_type_id</name>
+    <title>Profile Field Phone Type</title>
     <type>int unsigned</type>
     <comment>Phone Type Id, if required</comment>
     <add>2.2</add>
   </field>
   <field>
     <name>website_type_id</name>
+    <title>Profile Field Website Type</title>
     <type>int unsigned</type>
     <comment>Website Type Id, if required</comment>
     <add>4.5</add>
   </field>
   <field>
     <name>label</name>
+    <title>Profile Field Label</title>
     <type>varchar</type>
     <length>255</length>
     <required>true</required>
   </field>
   <field>
     <name>field_type</name>
+    <title>Profile Field Type</title>
     <type>varchar</type>
     <length>255</length>
     <comment>This field saves field type (ie individual,household.. field etc).</comment>
   </field>
   <field>
     <name>is_reserved</name>
+    <title>Profile Field Is Reserved</title>
     <type>boolean</type>
     <comment>Is this field reserved for use by some other CiviCRM functionality?</comment>
     <add>3.0</add>
   </field>
   <field>
     <name>is_multi_summary</name>
+    <title>Profile Field Supports Multiple</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Include in multi-record listing?</comment>
   </field>
   <index>
     <name>IX_website_type_id</name>
+    <title>Profile Field Website Type</title>
     <fieldName>website_type_id</fieldName>
     <add>4.5</add>
   </index>