CRM-14955 - add custom tokens to greetings
[civicrm-core.git] / xml / schema / Core / WordReplacement.xml
index 06ce67a4bf1da926108f4793ba25d55314ab4763..9c64a1afe6eee2bd7099120f7234df524fa5a53d 100644 (file)
   </index>
   <field>
        <name>match_type</name>
-       <type>enum</type>
-       <values>wildcardMatch, exactMatch</values>
+       <type>varchar</type>
+       <length>16</length>
        <default>"wildcardMatch"</default>
+       <pseudoconstant>
+         <callback>CRM_Core_SelectValues::getWordReplacementMatchType</callback>
+       </pseudoconstant>
        <add>4.4</add>
+       <html>
+         <type>Select</type>
+       </html>
   </field>
   <field>
     <name>domain_id</name>