CRM-14955 - add custom tokens to greetings
[civicrm-core.git] / xml / schema / Mailing / MailingGroup.xml
index 25bc3d7748ff8ff5f426345b800c0774c960130b..0d4553681809e7a0de4b70496441dbcff6fd39bc 100644 (file)
   </foreignKey>
   <field>
        <name>group_type</name>
-       <type>enum</type>
-       <values>Include, Exclude, Base</values>
+       <type>varchar</type>
+       <length>8</length>
        <comment>Are the members of the group included or excluded?.</comment>
+       <pseudoconstant>
+         <callback>CRM_Core_SelectValues::getMailingGroupTypes</callback>
+       </pseudoconstant>
+       <html>
+         <type>Select</type>
+       </html>
   </field>
   <field>
        <name>entity_table</name>