Merge pull request #3915 from eileenmcnaughton/CRM-15168
[civicrm-core.git] / xml / schema / Core / Website.xml
index ab79cfe66ba075ad3b49aaa33323dac3f7b2bae6..d6a9fdff821f7e18afd0f4f2aa52f8243fcd4a0d 100644 (file)
@@ -9,6 +9,7 @@
   <field>
       <name>id</name>
       <type>int unsigned</type>
+      <title>Website ID</title>
       <required>true</required>
       <comment>Unique Website ID</comment>
        <add>3.2</add>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
       <name>contact_id</name>
+      <title>Contact</title>
       <type>int unsigned</type>
       <comment>FK to Contact ID</comment>
       <add>3.2</add>
        <title>Website</title>
        <type>varchar</type>
        <length>128</length>
-       <size>BIG</size>
+       <html>
+         <type>Text</type>
+         <size>BIG</size>
+       </html>
        <import>true</import>
        <headerPattern>/Website/i</headerPattern>
        <dataPattern>/^[A-Za-z][0-9A-Za-z]{20,}$/</dataPattern>
@@ -51,6 +56,9 @@
       <pseudoconstant>
         <optionGroupName>website_type</optionGroupName>
       </pseudoconstant>
+      <html>
+        <type>Select</type>
+      </html>
   </field>
   <index>
     <name>UI_website_type_id</name>