CRM-13497 - getting there on main tables
[civicrm-core.git] / xml / schema / PCP / PCP.xml
index 1c1c7ee6ff7182ebc178198d2460075ee77ab150..5faf72231b647dbf4c77b036103e3cc4416dec56 100644 (file)
@@ -27,6 +27,9 @@
       <required>true</required>
       <comment>FK to Contact ID</comment>
       <add>2.2</add>
+      <html>
+       <type>Autocomplete-Select</type>
+     </html>
   </field>
   <foreignKey>
        <name>contact_id</name>
@@ -44,6 +47,9 @@
       <pseudoconstant>
         <optionGroupName>pcp_status</optionGroupName>
       </pseudoconstant>
+      <html>
+        <type>Select></type>
+      </html>
   </field>
   <field>
       <name>title</name>
       <length>255</length>
       <default>NULL</default>
       <add>2.2</add>
+      <html>
+         <type>Text</type>
+       </html>
   </field>
   <field>
       <name>intro_text</name>
       <type>text</type>
       <default>NULL</default>
       <add>2.2</add>
+      <html>
+        <type>TexArea</type>
+      </html>
   </field>
   <field>
       <name>page_text</name>
       <type>text</type>
       <default>NULL</default>
       <add>2.2</add>
+      <html>
+        <type>TexArea</type>
+      </html>
   </field>
   <field>
       <name>donate_link_text</name>
@@ -71,6 +86,9 @@
       <length>255</length>
       <default>NULL</default>
       <add>2.2</add>
+      <html>
+        <type>Text</type>
+      </html>
   </field>
   <field>
       <name>contribution_page_id</name>
       <type>varchar</type>
       <length>64</length>
       <default>'contribute'</default>
+      <html>
+          <type>Select</type>
+       </html>
       <add>2.2</add>
   </field>
   <field>
       <name>is_thermometer</name>
       <type>int unsigned</type>
       <default>0</default>
+      <html>
+         <type>CheckBox</type>
+       </html>
       <add>2.2</add>
   </field>
   <field>
       <type>int unsigned</type>
       <default>0</default>
       <add>2.2</add>
+      <html>
+         <type>CheckBox</type>
+       </html>
   </field>
   <field>
       <name>goal_amount</name>
       <type>decimal</type>
       <comment>Goal amount of this Personal Campaign Page.</comment>
       <add>2.2</add>
+      <html>
+         <type>Text</type>
+       </html>
   </field>
   <field>
       <name>currency</name>
         <labelColumn>full_name</labelColumn>
         <nameColumn>numeric_code</nameColumn>
       </pseudoconstant>
+      <html>
+        <type>Select></type>
+      </html>
   </field>
   <field>
       <name>referer</name>
       <comment>Is Personal Campaign Page enabled/active?</comment>
       <default>0</default>
       <add>2.2</add>
+      <html>
+         <type>CheckBox</type>
+       </html>
   </field>
 </table>