event recurring patch for v4.6
[civicrm-core.git] / xml / schema / Core / CustomGroup.xml
index f264952515b1787b2c6923ee0935d038886158a7..b0c4be0beee3b6f0d178e527fb799852cf5ed13d 100644 (file)
@@ -11,6 +11,7 @@
   <field>
     <name>id</name>
     <type>int unsigned</type>
+    <title>Custom Group ID</title>
     <required>true</required>
     <comment>Unique Custom Group ID</comment>
     <add>1.1</add>
@@ -22,6 +23,7 @@
   <field>
     <name>name</name>
     <type>varchar</type>
+    <title>Custom Group Name</title>
     <length>64</length>
     <comment>Variable name/programmatic handle for this group.</comment>
     <add>1.1</add>
@@ -29,6 +31,7 @@
   <field>
     <name>title</name>
     <type>varchar</type>
+    <title>Custom Group Title</title>
     <length>64</length>
     <required>true</required>
     <localizable>true</localizable>
@@ -38,6 +41,7 @@
   <field>
     <name>extends</name>
     <type>varchar</type>
+    <title>Custom Group Extends</title>
     <length>255</length>
     <default>'Contact'</default>
     <comment>Type of object this group extends (can add other options later e.g. contact_address, etc.).</comment>
@@ -54,6 +58,7 @@
   <field>
     <name>extends_entity_column_id</name>
     <type>int unsigned</type>
+    <title>Custom Group Subtype List</title>
     <default>NULL</default>
     <comment>FK to civicrm_option_value.id (for option group custom_data_type.)</comment>
     <add>2.2</add>
@@ -61,6 +66,7 @@
   <field>
     <name>extends_entity_column_value</name>
     <type>varchar</type>
+    <title>Custom Group Subtype</title>
     <length>255</length>
     <comment>linking custom group for dynamic object</comment>
     <add>1.6</add>
@@ -68,6 +74,7 @@
   <field>
     <name>style</name>
     <type>varchar</type>
+    <title>Custom Group Style</title>
     <length>15</length>
     <comment>Visual relationship between this form and its parent.</comment>
     <pseudoconstant>
@@ -81,6 +88,7 @@
   <field>
     <name>collapse_display</name>
     <type>int unsigned</type>
+    <title>Collapse Custom Group?</title>
     <default>0</default>
     <comment>Will this group be in collapsed or expanded mode on initial display ?</comment>
     <add>1.1</add>
@@ -88,6 +96,7 @@
   <field>
     <name>help_pre</name>
     <type>text</type>
+    <title>Custom Group Pre Text</title>
     <localizable>true</localizable>
     <comment>Description and/or help text to display before fields in form.</comment>
     <html>
   <field>
     <name>help_post</name>
     <type>text</type>
+    <title>Custom Group Post Text</title>
     <localizable>true</localizable>
     <comment>Description and/or help text to display after fields in form.</comment>
     <html>
   <field>
     <name>weight</name>
     <type>int</type>
+    <title>Custom Group Weight</title>
     <required>true</required>
     <default>1</default>
     <comment>Controls display order when multiple extended property groups are setup for the same class.</comment>
   <field>
     <name>is_active</name>
     <type>boolean</type>
+    <title>Custom Group Is Active?</title>
     <comment>Is this property active?</comment>
     <add>1.1</add>
   </field>
   <field>
     <name>is_multiple</name>
     <type>boolean</type>
+    <title>Supports Multiple Records</title>
     <comment>Does this group hold multiple values?</comment>
     <add>2.0</add>
   </field>
   <field>
     <name>min_multiple</name>
     <type>int unsigned</type>
+    <title>Minimum Multiple Records</title>
     <comment>minimum number of multiple records (typically 0?)</comment>
     <add>2.2</add>
   </field>
   <field>
     <name>max_multiple</name>
     <type>int unsigned</type>
+    <title>Maximum Multiple Records</title>
     <comment>maximum number of multiple records, if 0 - no max</comment>
     <add>2.2</add>
   </field>
   <field>
     <name>collapse_adv_display</name>
     <type>int unsigned</type>
+    <title>Collapse Group Display</title>
     <default>0</default>
     <comment>Will this group be in collapsed or expanded mode on advanced search display ?</comment>
     <add>3.0</add>
   <field>
     <name>created_id</name>
     <type>int unsigned</type>
+    <title>Custom Group Created By</title>
     <comment>FK to civicrm_contact, who created this custom group</comment>
     <add>3.0</add>
   </field>
   <field>
     <name>is_reserved</name>
     <type>boolean</type>
+    <title>Reserved Group?</title>
     <default>0</default>
     <comment>Is this a reserved Custom Group?</comment>
     <add>4.4</add>
   </field>
 </table>
-
-