Add html tag to all files in xml/schema
[civicrm-core.git] / xml / schema / Core / Preferences.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Core</base>
5 <class>Preferences</class>
6 <name>civicrm_preferences</name>
7 <comment>Define preferences for the site and users</comment>
8 <add>1.8</add>
9 <drop>4.1</drop>
10 <log>true</log>
11 <field>
12 <name>id</name>
13 <type>int unsigned</type>
14 <required>true</required>
15 <html>
16 <type>Number</type>
17 </html>
18 <add>1.8</add>
19 </field>
20 <primaryKey>
21 <name>id</name>
22 <autoincrement>true</autoincrement>
23 </primaryKey>
24 <field>
25 <name>domain_id</name>
26 <type>int unsigned</type>
27 <required>true</required>
28 <comment>Which Domain is this menu item for</comment>
29 <add>3.0</add>
30 </field>
31 <foreignKey>
32 <name>domain_id</name>
33 <table>civicrm_domain</table>
34 <key>id</key>
35 <onDelete>CASCADE</onDelete>
36 <add>3.0</add>
37 </foreignKey>
38 <field>
39 <name>contact_id</name>
40 <type>int unsigned</type>
41 <comment>FK to Contact ID</comment>
42 <add>1.8</add>
43 </field>
44 <foreignKey>
45 <name>contact_id</name>
46 <table>civicrm_contact</table>
47 <key>id</key>
48 <onDelete>CASCADE</onDelete>
49 <add>1.8</add>
50 </foreignKey>
51 <field>
52 <name>is_domain</name>
53 <type>boolean</type>
54 <comment>Is this the record for the domain setting?</comment>
55 <add>1.8</add>
56 </field>
57 <field>
58 <name>location_count</name>
59 <type>int unsigned</type>
60 <comment>Number of locations to be displayed on edit page?</comment>
61 <add>1.8</add>
62 <drop>3.0</drop>
63 </field>
64 <field>
65 <name>contact_view_options</name>
66 <type>varchar</type>
67 <length>128</length>
68 <comment>What tabs are displayed in the contact summary</comment>
69 <add>1.8</add>
70 </field>
71 <index>
72 <name>index_contact_view_options</name>
73 <fieldName>contact_view_options</fieldName>
74 <add>1.8</add>
75 </index>
76 <field>
77 <name>contact_edit_options</name>
78 <type>varchar</type>
79 <length>128</length>
80 <comment>What tabs are displayed in the contact edit</comment>
81 <add>1.8</add>
82 </field>
83 <index>
84 <name>index_contact_edit_options</name>
85 <fieldName>contact_edit_options</fieldName>
86 <add>1.8</add>
87 </index>
88 <field>
89 <name>advanced_search_options</name>
90 <type>varchar</type>
91 <length>128</length>
92 <comment>What tabs are displayed in the advanced search screen</comment>
93 <add>1.8</add>
94 </field>
95 <index>
96 <name>index_advanced_search_options</name>
97 <fieldName>advanced_search_options</fieldName>
98 <add>1.8</add>
99 </index>
100 <field>
101 <name>user_dashboard_options</name>
102 <type>varchar</type>
103 <length>128</length>
104 <comment>What tabs are displayed in the contact edit</comment>
105 <add>1.8</add>
106 </field>
107 <index>
108 <name>index_user_dashboard_options</name>
109 <fieldName>user_dashboard_options</fieldName>
110 <add>1.8</add>
111 </index>
112 <field>
113 <name>address_options</name>
114 <type>varchar</type>
115 <length>128</length>
116 <comment>What fields are displayed from the address table</comment>
117 <add>1.8</add>
118 </field>
119 <index>
120 <name>index_address_options</name>
121 <fieldName>address_options</fieldName>
122 <add>1.8</add>
123 </index>
124 <field>
125 <name>address_format</name>
126 <type>text</type>
127 <comment>Format to display the address</comment>
128 <add>1.8</add>
129 </field>
130 <field>
131 <name>mailing_format</name>
132 <type>text</type>
133 <comment>Format to display a mailing label</comment>
134 <add>1.8</add>
135 </field>
136 <field>
137 <name>display_name_format</name>
138 <type>text</type>
139 <comment>Format to display contact display name</comment>
140 <add>3.2</add>
141 </field>
142 <field>
143 <name>sort_name_format</name>
144 <type>text</type>
145 <comment>Format to display contact sort name</comment>
146 <add>3.2</add>
147 </field>
148 <field>
149 <name>individual_name_format</name>
150 <type>text</type>
151 <comment>Format to display a individual name</comment>
152 <add>1.8</add>
153 <drop>3.0</drop>
154 </field>
155 <field>
156 <name>address_standardization_provider</name>
157 <type>varchar</type>
158 <length>64</length>
159 <comment>object name of provider for address standarization</comment>
160 <add>1.8</add>
161 </field>
162 <field>
163 <name>address_standardization_userid</name>
164 <type>varchar</type>
165 <length>64</length>
166 <comment>user id for provider login</comment>
167 <add>1.8</add>
168 </field>
169 <field>
170 <name>address_standardization_url</name>
171 <type>varchar</type>
172 <length>255</length>
173 <comment>url of address standardization service</comment>
174 <add>1.8</add>
175 </field>
176 <field>
177 <name>editor_id</name>
178 <type>int unsigned</type>
179 <length>4</length>
180 <comment>ID of the editor</comment>
181 <add>2.1</add>
182 </field>
183 <field>
184 <name>mailing_backend</name>
185 <type>text</type>
186 <comment>Smtp Backend configuration.</comment>
187 <html>
188 <type>TextArea</type>
189 <rows>20</rows>
190 <cols>80</cols>
191 </html>
192 <add>2.2</add>
193 </field>
194 <field>
195 <name>navigation</name>
196 <type>text</type>
197 <comment>Store navigation for the Contact</comment>
198 <add>3.0</add>
199 </field>
200 <field>
201 <name>contact_autocomplete_options</name>
202 <type>varchar</type>
203 <length>255</length>
204 <comment>What Autocomplete has to return</comment>
205 <add>3.1</add>
206 </field>
207 </table>