Add html tag to all files in xml/schema
[civicrm-core.git] / xml / schema / Mailing / Event / Unsubscribe.xml
index 1dde5f09861201b6742d51487b9e47680acc7a7e..c46fee37cef40aa4db2ce5165ce6c9b557d7efd2 100644 (file)
@@ -6,11 +6,15 @@
   <name>civicrm_mailing_event_unsubscribe</name>
   <comment>Tracks when a recipient unsubscribes from a group/domain</comment>
   <archive>true</archive>
+  <component>CiviMail</component>
   <field>
     <name>id</name>
     <title>Unsubscribe ID</title>
     <type>int unsigned</type>
     <required>true</required>
+    <html>
+      <type>Number</type>
+    </html>
   </field>
   <primaryKey>
     <name>id</name>