Merge branch '5.3'
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / userOption.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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/2019/userOption.xsd">
3 <import>
4 <options>
5 <option name="canSendConversation">
6 <categoryname>settings.privacy.messaging</categoryname>
7 <optiontype>select</optiontype>
8 <defaultvalue>0</defaultvalue>
9 <options>module_conversation</options>
10 <selectoptions>0:wcf.user.access.registered
11 1:wcf.user.access.following
12 2:wcf.user.access.nobody</selectoptions>
13 <editable>3</editable>
14 </option>
15 <option name="conversationsPerPage">
16 <categoryname>settings.general.appearance</categoryname>
17 <optiontype>select</optiontype>
18 <defaultvalue>0</defaultvalue>
19 <options>module_conversation</options>
20 <selectoptions>0:wcf.global.defaultValue
21 5
22 10
23 20
24 30
25 40</selectoptions>
26 <editable>3</editable>
27 </option>
28 <option name="conversationMessagesPerPage">
29 <categoryname>settings.general.appearance</categoryname>
30 <optiontype>select</optiontype>
31 <defaultvalue>0</defaultvalue>
32 <options>module_conversation</options>
33 <selectoptions>0:wcf.global.defaultValue
34 5
35 10
36 20
37 30
38 40</selectoptions>
39 <editable>3</editable>
40 </option>
41 </options>
42 </import>
43 </data>