CRM-14955 - add custom tokens to greetings
[civicrm-core.git] / xml / schema / Mailing / Component.xml
index e3158182f0d6e398994336e8a6b64a153809981b..9ff4b2accd586badfd59fd90a76b8aff6d9de9f5 100644 (file)
   </field>
   <field>
        <name>component_type</name>
-       <type>enum</type>
-       <values>Header, Footer, Subscribe, Welcome, Unsubscribe, OptOut, Reply, Resubscribe</values>
+       <type>varchar</type>
+       <length>12</length>
        <comment>Type of Component.</comment>
+       <pseudoconstant>
+         <callback>CRM_Core_SelectValues::mailingComponents</callback>
+       </pseudoconstant>
        <html>
          <type>Select</type>
        </html>