Add html tag to all files in xml/schema
[civicrm-core.git] / xml / schema / Mailing / Recipients.xml
index 6a86cabf473ac97b440f6e2c69a713770b03c0aa..e909c87994b33f62dd08b3080047c05e4fb46e51 100644 (file)
@@ -7,11 +7,16 @@
   <comment>Stores information about the recipients of a mailing.</comment>
   <archive>true</archive>
   <component>CiviMail</component>
+  <title>Recipient</title>
+  <titlePlural>Recipients</titlePlural>
   <field>
     <name>id</name>
     <title>Mailing Recipients ID</title>
     <type>int unsigned</type>
     <required>true</required>
+    <html>
+      <type>Number</type>
+    </html>
   </field>
   <primaryKey>
     <name>id</name>