-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathuserOption.xml
43 lines (43 loc) · 1.28 KB
/
userOption.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
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/userOption.xsd">
<import>
<options>
<option name="canSendConversation">
<categoryname>settings.privacy.messaging</categoryname>
<optiontype>select</optiontype>
<defaultvalue>0</defaultvalue>
<options>module_conversation</options>
<selectoptions>0:wcf.user.access.registered
1:wcf.user.access.following
2:wcf.user.access.nobody</selectoptions>
<editable>3</editable>
</option>
<option name="conversationsPerPage">
<categoryname>settings.general.appearance</categoryname>
<optiontype>select</optiontype>
<defaultvalue>0</defaultvalue>
<options>module_conversation</options>
<selectoptions>0:wcf.global.defaultValue
5
10
20
30
40</selectoptions>
<editable>3</editable>
</option>
<option name="conversationMessagesPerPage">
<categoryname>settings.general.appearance</categoryname>
<optiontype>select</optiontype>
<defaultvalue>0</defaultvalue>
<options>module_conversation</options>
<selectoptions>0:wcf.global.defaultValue
5
10
20
30
40</selectoptions>
<editable>3</editable>
</option>
</options>
</import>
</data>