-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathconf.xml
73 lines (66 loc) · 2.8 KB
/
conf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0"?>
<!-- $Id$ -->
<configuration>
<configsection name="menu">
<configheader>Menu Settings</configheader>
<configboolean name="import_export" desc="Should we display an Import/Export
link in Turba's menu?">true</configboolean>
</configsection>
<configsection name="client">
<configheader>Clients</configheader>
<configenum name="addressbook" desc="Name of client addressbook" required="false">
<values>
<configspecial application="contacts" name="sources"/>
</values>
</configenum>
</configsection>
<configsection name="gal">
<configheader>Exchange GAL</configheader>
<configenum name="addressbook" desc="If using a synchronization solution
that supports Exchange-style Global Address List (GAL) searches enter the
name of the addressbook that should act as the GAL. This is normally a
globally accessable, readonly addressbook." required="false">
<values>
<configspecial application="contacts" name="sources"/>
</values>
</configenum>
</configsection>
<configsection name="shares">
<configheader>Shares</configheader>
<configstring name="source" desc="Name of source for creating new
shares.<br /> Note that leaving this blank will prevent users from
being able to create new address books."
required="false">localsql</configstring>
</configsection>
<configsection name="comments">
<configheader>Comments</configheader>
<configboolean name="allow" desc="Can users comment on
contacts?">true</configboolean>
</configsection>
<configsection name="documents">
<configheader>Virtual File Storage</configheader>
<configvfs switchname="type" />
</configsection>
<configsection name="tags">
<configheader>Tag Settings</configheader>
<configboolean name="enabled" desc="Enable tagging?">true</configboolean>
</configsection>
<configsection name="photos">
<configheader>Photo settings</configheader>
<configdescription>If the contact source contains contact photos what size
should the photos be resized to when automatically resizing (like during
import). If there are separate fields configured in the backend for resized
and original images the original will be saved. Additionally, if the resized
data is missing, but the original data is present then the image will be
automatically resized and saved when viewing the contact for the first time.
</configdescription>
<configinteger name="height" desc="Height">250</configinteger>
<configinteger name="width" desc="Width">250</configinteger>
</configsection>
<configsection name="pager">
<configheader>Alpha Pager Settings</configheader>
<configlist name="special" required="false" desc="An list containing any
special characters that should be appended to the alphapager such as a '#'.
Enter a comma delimited list." />
</configsection>
</configuration>