1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
4 <base>CRM/Contribute
</base>
6 <comment>table - settings for the Premiums features for a given contribution page
</comment>
7 <name>civicrm_premiums
</name>
12 <title>Premium ID
</title>
13 <type>int unsigned
</type>
14 <required>true
</required>
19 <autoincrement>true
</autoincrement>
22 <name>entity_table
</name>
23 <title>Premium Entity
</title>
26 <required>true
</required>
27 <comment>Joins these premium settings to another object. Always civicrm_contribution_page for now.
</comment>
31 <name>entity_id
</name>
32 <title>Premium entity ID
</title>
33 <type>int unsigned
</type>
34 <required>true
</required>
38 <idColumn>entity_id
</idColumn>
39 <typeColumn>entity_table
</typeColumn>
43 <name>premiums_active
</name>
44 <title>Is Premium Active?
</title>
47 <required>true
</required>
48 <comment>Is the Premiums feature enabled for this page?
</comment>
52 <name>premiums_intro_title
</name>
54 <title>Title for Premiums section
</title>
56 <localizable>true
</localizable>
57 <comment>Title for Premiums section.
</comment>
61 <name>premiums_intro_text
</name>
62 <title>Premium Introductory Text
</title>
64 <localizable>true
</localizable>
65 <comment>Displayed in
<div
> at top of Premiums section of page. Text and HTML allowed.
</comment>
69 <name>premiums_contact_email
</name>
70 <title>Premium Contact Email
</title>
73 <comment>This email address is included in receipts if it is populated and a premium has been selected.
</comment>
77 <name>premiums_contact_phone
</name>
78 <title>Premiums Contact Phone
</title>
81 <comment>This phone number is included in receipts if it is populated and a premium has been selected.
</comment>
85 <name>premiums_display_min_contribution
</name>
86 <title>Display Minimum Contribution?
</title>
88 <required>true
</required>
89 <comment>Boolean. Should we automatically display minimum contribution amount text after the premium descriptions.
</comment>
93 <name>premiums_nothankyou_label
</name>
94 <title>No Thank-you Text
</title>
97 <localizable>true
</localizable>
98 <comment>Label displayed for No Thank-you option in premiums block (e.g. No thank you)
</comment>
102 <name>premiums_nothankyou_position
</name>
103 <title>No Thank-you Position
</title>
104 <type>int unsigned
</type>