Merge pull request #15421 from artfulrobot/queue-safety
[civicrm-core.git] / xml / schema / Contribute / Premium.xml
index 2cb96974f88601ec06bb241dc106a88c8c0797c7..039d1921a90f3e7be6344f80fd4d467724d286dc 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Premium ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>1.4</add>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Premium Entity</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -27,6 +29,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Premium entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>1.4</add>
@@ -38,6 +41,7 @@
   </dynamicForeignKey>
   <field>
     <name>premiums_active </name>
+    <title>Is Premium Active?</title>
     <type>boolean</type>
     <default>0</default>
     <required>true</required>
@@ -55,6 +59,7 @@
   </field>
   <field>
     <name>premiums_intro_text</name>
+    <title>Premium Introductory Text</title>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Displayed in &lt;div&gt; at top of Premiums section of page. Text and HTML allowed.</comment>
@@ -62,6 +67,7 @@
   </field>
   <field>
     <name>premiums_contact_email</name>
+    <title>Premium Contact Email</title>
     <type>varchar</type>
     <length>100</length>
     <comment>This email address is included in receipts if it is populated and a premium has been selected.</comment>
@@ -77,6 +83,7 @@
   </field>
   <field>
     <name>premiums_display_min_contribution</name>
+    <title>Display Minimum Contribution?</title>
     <type>boolean</type>
     <required>true</required>
     <comment>Boolean. Should we automatically display minimum contribution amount text after the premium descriptions.</comment>