1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
5 <class>WordReplacement
</class>
6 <name>civicrm_word_replacement
</name>
7 <comment>Top-level hierarchy to support word replacement.
</comment>
11 <title>Word Replacement ID
</title>
12 <type>int unsigned
</type>
13 <required>true
</required>
14 <comment>Word replacement ID
</comment>
19 <autoincrement>true
</autoincrement>
22 <name>find_word
</name>
23 <title>Replaced Word
</title>
26 <collate>utf8_bin
</collate>
27 <comment>Word which need to be replaced
</comment>
31 <name>replace_word
</name>
32 <title>Replacement Word
</title>
35 <collate>utf8_bin
</collate>
36 <comment>Word which will replace the word in find
</comment>
40 <name>is_active
</name>
41 <title>Word Replacement is Active
</title>
44 <comment>Is this entry active?
</comment>
48 <name>UI_domain_find
</name>
49 <fieldName>domain_id
</fieldName>
50 <fieldName>find_word
</fieldName>
55 <name>match_type
</name>
56 <title>Word Replacement Match Type
</title>
59 <default>"wildcardMatch"</default>
61 <callback>CRM_Core_SelectValues::getWordReplacementMatchType
</callback>
69 <name>domain_id
</name>
70 <title>Word Replacement Domain ID
</title>
71 <type>int unsigned
</type>
73 <table>civicrm_domain
</table>
74 <keyColumn>id
</keyColumn>
75 <labelColumn>name
</labelColumn>
77 <comment>FK to Domain ID. This is for Domain specific word replacement
</comment>
81 <name>domain_id
</name>
82 <table>civicrm_domain
</table>