Merge pull request #5197 from totten/master-abtest-unify
[civicrm-core.git] / xml / schema / Mailing / Component.xml
index 9de2ef1fba144aa1e6771dd2b7b82a0a23614d11..76a27f027b9cc456b00827aca1ea840c865ea391 100644 (file)
@@ -7,6 +7,7 @@
   <comment>Stores information about the mailing components (header/footer).</comment>
   <field>
     <name>id</name>
+    <title>Mailing Component ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -23,6 +24,7 @@
   </field>
   <field>
     <name>component_type</name>
+    <title>Mailing Component Type</title>
     <type>varchar</type>
     <length>12</length>
     <comment>Type of Component.</comment>
@@ -40,6 +42,7 @@
   </field>
   <field>
     <name>body_html</name>
+    <title>Mailing Component Body HTML</title>
     <type>text</type>
     <comment>Body of the component in html format.</comment>
     <html>
   </field>
   <field>
     <name>is_default</name>
+    <title>Mailing Component is Default?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this the default component for this component_type?</comment>
   </field>
   <field>
     <name>is_active</name>
+    <title>Mailing Component Is Active?</title>
     <type>boolean</type>
     <comment>Is this property active?</comment>
   </field>