CRM-15168 add some additional titles to schema
[civicrm-core.git] / xml / schema / Mailing / MailingGroup.xml
index 7109333c636902a0ae5bcfc518044eb530828f67..3bb7ec4fa6c53e75f4784b3a6b3188573db6bbfd 100644 (file)
@@ -8,6 +8,7 @@
   <archive>true</archive>
   <field>
     <name>id</name>
+    <title>Mailing Group ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -17,6 +18,7 @@
   </primaryKey>
   <field>
     <name>mailing_id</name>
+    <title>Mailing</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>The ID of a previous mailing to include/exclude recipients.</comment>
@@ -29,6 +31,7 @@
   </foreignKey>
   <field>
     <name>group_type</name>
+    <title>Mailing Group Type</title>
     <type>varchar</type>
     <length>8</length>
     <comment>Are the members of the group included or excluded?.</comment>
@@ -41,6 +44,7 @@
   </field>
   <field>
     <name>entity_table</name>
+    <title>Mailing Group Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -48,6 +52,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Mailing Group Entity</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to the referenced item.</comment>
   </dynamicForeignKey>
   <field>
     <name>search_id</name>
+    <title>Mailing Group Search</title>
     <type>int</type>
     <comment>The filtering search. custom search id or -1 for civicrm api search</comment>
   </field>
   <field>
     <name>search_args</name>
+    <title>Mailing Group Search Arguments</title>
     <type>text</type>
     <comment>The arguments to be sent to the search function</comment>
   </field>