Merge pull request #17309 from colemanw/MailingAB
[civicrm-core.git] / xml / schema / Member / MembershipType.xml
index 0c37b8314eaae44e732d4372d0bc3545c42b94a9..47a623054846f76c078f8c5ebaac8dd1522e1c87 100644 (file)
@@ -49,6 +49,7 @@
     <comment>Name of Membership Type</comment>
     <html>
       <type>Text</type>
+      <label>Name</label>
     </html>
     <add>1.5</add>
   </field>
@@ -60,6 +61,7 @@
       <type>TextArea</type>
       <rows>6</rows>
       <cols>50</cols>
+      <label>Description</label>
     </html>
     <length>255</length>
     <localizable>true</localizable>
     <default>0</default>
     <html>
       <type>Text</type>
+      <label>Minimum Fee</label>
     </html>
     <add>1.5</add>
   </field>
     <length>64</length>
     <comment>FK to Relationship Type ID</comment>
     <add>1.5</add>
+    <serialize>SEPARATOR_TRIMMED</serialize>
   </field>
   <foreignKey>
     <name>relationship_type_id</name>
     <type>varchar</type>
     <length>128</length>
     <add>1.7</add>
+    <serialize>SEPARATOR_TRIMMED</serialize>
   </field>
   <field>
     <name>max_related</name>
     <add>4.3</add>
     <html>
       <type>Text</type>
+      <label>Max Related</label>
     </html>
   </field>
   <field>
     <name>auto_renew</name>
     <type>boolean</type>
     <default>0</default>
+    <html>
+      <type>Radio</type>
+    </html>
     <pseudoconstant>
       <callback>CRM_Core_SelectValues::memberAutoRenew</callback>
     </pseudoconstant>
     <add>1.5</add>
     <html>
       <type>CheckBox</type>
+      <label>Enabled?</label>
     </html>
   </field>
 </table>