Merge pull request #23082 from agileware/CIVICRM-1958
[civicrm-core.git] / xml / schema / Core / Website.xml
index e94f80ecc238390da30c7dfad833e4b677ae6b6d..5c33851b79ed9a59f225ebdc16ae8f9e30aa0067 100644 (file)
@@ -7,12 +7,16 @@
   <comment>Website information for a specific location.</comment>
   <add>3.2</add>
   <icon>fa-desktop</icon>
+  <labelField>url</labelField>
   <field>
     <name>id</name>
     <type>int unsigned</type>
     <title>Website ID</title>
     <required>true</required>
     <comment>Unique Website ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>3.2</add>
   </field>
   <primaryKey>
   </primaryKey>
   <field>
     <name>contact_id</name>
-    <title>Contact</title>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID</comment>
+    <html>
+      <label>Contact</label>
+    </html>
     <add>3.2</add>
   </field>
   <foreignKey>