Merge pull request #16898 from civicrm/5.24
[civicrm-core.git] / xml / schema / Contribute / Widget.xml
index 14fc88e2471fc1e054036be0516cf58bddcd8ed8..f6dd5b31785152d46502dd865fd6c966596eb553 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Widget ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Contribution Id</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>contribution_page_id</name>
+    <title>Contribution Page</title>
     <type>int unsigned</type>
     <comment>The Contribution Page which triggered this contribution</comment>
     <add>1.5</add>
   </foreignKey>
   <field>
     <name>is_active</name>
+    <title>Enabled?</title>
     <type>boolean</type>
     <comment>Is this property active?</comment>
     <add>2.0</add>
   </field>
   <field>
     <name>title</name>
+    <title>Widget Title</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Widget title.</comment>
@@ -45,6 +49,7 @@
   </field>
   <field>
     <name>url_logo</name>
+    <title>Widget Image Url</title>
     <type>varchar</type>
     <length>255</length>
     <comment>URL to Widget logo</comment>
@@ -52,6 +57,7 @@
   </field>
   <field>
     <name>button_title</name>
+    <title>Button Title</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Button title.</comment>
   </field>
   <field>
     <name>about</name>
+    <title>Description</title>
     <type>text</type>
     <comment>About description.</comment>
     <add>2.0</add>
   </field>
   <field>
     <name>url_homepage</name>
+    <title>Homepage Url</title>
     <type>varchar</type>
     <length>255</length>
     <comment>URL to Homepage.</comment>
   </field>
   <field>
     <name>color_title</name>
+    <title>Title Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_button</name>
+    <title>Button Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_bar</name>
+    <title>Bar Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_main_text</name>
+    <title>Main Text Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_main</name>
+    <title>Main Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_main_bg</name>
+    <title>Background Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_bg</name>
+    <title>Other Background Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_about_link</name>
+    <title>About Link Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>
   </field>
   <field>
     <name>color_homepage_link</name>
+    <title>Homepage Link Color</title>
     <type>varchar</type>
     <length>10</length>
     <add>2.0</add>